Fix building support_ptrace.c on i686-gnu.
commit64fab3633aecc8eadc1338aa8953f8b2f37e3ebf
authorStefan Liebler <stli@linux.ibm.com>
Thu, 19 Sep 2019 10:26:18 +0000 (19 12:26 +0200)
committerStefan Liebler <stli@linux.ibm.com>
Thu, 19 Sep 2019 10:26:18 +0000 (19 12:26 +0200)
tree55621ea20d301acd3c05122c6428ed3ca03d4d6d
parent73d9051da47eda4c69397df6e7468087975fcf47
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.
ChangeLog
support/support_ptrace.c