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, 0 insertions, 10 deletions
diff --git a/testing/py-setproctitle/spt_status.c.patch b/testing/py-setproctitle/spt_status.c.patch
deleted file mode 100644
index 733e30adfb..0000000000
--- a/testing/py-setproctitle/spt_status.c.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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>