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