aports/main/libseccomp/remove-redefinition-prctl.patch
Natanael Copa f84859a2fe main/libseccomp: move from testing
requested by docker inc.
2016-03-29 12:23:59 +00:00

10 lines
154 B
Diff

--- ./src/system.c.orig
+++ ./src/system.c
@@ -21,7 +21,6 @@
#include <stdlib.h>
#include <errno.h>
-#include <sys/prctl.h>
#include <seccomp.h>