aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libseccomp/remove-redefinition-prctl.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-06-15 10:23:04 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-06-15 10:23:48 +0200
commit9ca764d6b9a7b7e47625dd4e153943fffb499d28 (patch)
tree14b291737535170b9eb8f831cb550b557ad6d476 /testing/libseccomp/remove-redefinition-prctl.patch
parent1813645c6d415e7c242dfab93d6af6599e68be9e (diff)
downloadaports-9ca764d6b9a7b7e47625dd4e153943fffb499d28.tar.bz2
aports-9ca764d6b9a7b7e47625dd4e153943fffb499d28.tar.xz
testing/libseccomp: new aport
ref #3963
Diffstat (limited to 'testing/libseccomp/remove-redefinition-prctl.patch')
-rw-r--r--testing/libseccomp/remove-redefinition-prctl.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/libseccomp/remove-redefinition-prctl.patch b/testing/libseccomp/remove-redefinition-prctl.patch
new file mode 100644
index 0000000000..2ea88fe057
--- /dev/null
+++ b/testing/libseccomp/remove-redefinition-prctl.patch
@@ -0,0 +1,10 @@
+--- ./src/system.c.orig
++++ ./src/system.c
+@@ -21,7 +21,6 @@
+
+ #include <stdlib.h>
+ #include <errno.h>
+-#include <sys/prctl.h>
+
+ #include <seccomp.h>
+