446cf2
commit 64fab3633aecc8eadc1338aa8953f8b2f37e3ebf
446cf2
Author: Stefan Liebler <stli@linux.ibm.com>
446cf2
Date:   Thu Sep 19 12:26:18 2019 +0200
446cf2
446cf2
    Fix building support_ptrace.c on i686-gnu.
446cf2
    
446cf2
    On i686-gnu the build is broken:
446cf2
    In file included from support_ptrace.c:22:
446cf2
    ../include/sys/prctl.h:2:15: fatal error: sys/prctl.h: No such file or directory
446cf2
     #include_next <sys/prctl.h>
446cf2
    
446cf2
    This patch just removes the unused prctl.h inclusion.
446cf2
    
446cf2
    ChangeLog:
446cf2
    
446cf2
            * support/support_ptrace.c: Remove inclusion of sys/prctl.h.
446cf2
446cf2
diff --git a/support/support_ptrace.c b/support/support_ptrace.c
446cf2
index 616b08cff33022ef..a733adf2c8dfd073 100644
446cf2
--- a/support/support_ptrace.c
446cf2
+++ b/support/support_ptrace.c
446cf2
@@ -19,7 +19,6 @@
446cf2
 #include <support/check.h>
446cf2
 #include <support/xstdio.h>
446cf2
 #include <support/xptrace.h>
446cf2
-#include <sys/prctl.h>
446cf2
 
446cf2
 int
446cf2
 support_ptrace_scope (void)