aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-setproctitle/spt_status.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-setproctitle/spt_status.c.patch')
-rw-r--r--testing/py-setproctitle/spt_status.c.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/py-setproctitle/spt_status.c.patch b/testing/py-setproctitle/spt_status.c.patch
new file mode 100644
index 0000000000..733e30adfb
--- /dev/null
+++ b/testing/py-setproctitle/spt_status.c.patch
@@ -0,0 +1,10 @@
+--- a/src/spt_status.c
++++ b/src/spt_status.c
+@@ -55,7 +55,6 @@
+ #endif
+ #ifdef HAVE_SYS_PRCTL_H
+ #include <sys/prctl.h> /* for Linux >= 2.6.9 */
+-#include <linux/prctl.h>
+ #endif
+ #if defined(__darwin__)
+ #include <crt_externs.h>