From: Stefan Liebler Date: Thu, 19 Sep 2019 10:26:18 +0000 (+0200) Subject: Fix building support_ptrace.c on i686-gnu. X-Git-Tag: changelog-ends-here~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64fab3633aecc8eadc1338aa8953f8b2f37e3ebf;p=thirdparty%2Fglibc.git Fix building support_ptrace.c on i686-gnu. On i686-gnu the build is broken: In file included from support_ptrace.c:22: ../include/sys/prctl.h:2:15: fatal error: sys/prctl.h: No such file or directory #include_next This patch just removes the unused prctl.h inclusion. ChangeLog: * support/support_ptrace.c: Remove inclusion of sys/prctl.h. --- diff --git a/ChangeLog b/ChangeLog index 3e95dd17bc2..29b8b79bfc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-09-19 Stefan Liebler + + * support/support_ptrace.c: Remove inclusion of sys/prctl.h. + 2019-09-19 Stefan Liebler * sysdeps/s390/hp-timing.h (_HP_TIMING_H): Undefine. diff --git a/support/support_ptrace.c b/support/support_ptrace.c index 616b08cff33..a733adf2c8d 100644 --- a/support/support_ptrace.c +++ b/support/support_ptrace.c @@ -19,7 +19,6 @@ #include #include #include -#include int support_ptrace_scope (void)