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 <sys/prctl.h>

This patch just removes the unused prctl.h inclusion.

ChangeLog:

	* support/support_ptrace.c: Remove inclusion of sys/prctl.h.
This commit is contained in:
Stefan Liebler 2019-09-19 12:26:18 +02:00
parent 73d9051da4
commit 64fab3633a
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-09-19 Stefan Liebler <stli@linux.ibm.com>
* support/support_ptrace.c: Remove inclusion of sys/prctl.h.
2019-09-19 Stefan Liebler <stli@linux.ibm.com>
* sysdeps/s390/hp-timing.h (_HP_TIMING_H): Undefine.

View File

@ -19,7 +19,6 @@
#include <support/check.h>
#include <support/xstdio.h>
#include <support/xptrace.h>
#include <sys/prctl.h>
int
support_ptrace_scope (void)