aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-setproctitle/spt_status.c.patch
blob: 733e30adfbe81ee6a1dda5396ee8316c50a46633 (plain)
1
2
3
4
5
6
7
8
9
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>