aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--support/support_ptrace.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e95dd1..29b8b79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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.
(_HP_TIMING_S390_H): Define.
diff --git a/support/support_ptrace.c b/support/support_ptrace.c
index 616b08c..a733adf 100644
--- a/support/support_ptrace.c
+++ b/support/support_ptrace.c
@@ -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)