diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-29 12:23:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-29 12:23:59 +0000 |
commit | f84859a2fe68052458305723d28cda031813ac6d (patch) | |
tree | 48932d939cb2c8a1b144ea0c15ba6b5efff9e51b /main/libseccomp/remove-redefinition-prctl.patch | |
parent | de922e5ed21b547ce3eaed5400941515be8dd8f0 (diff) | |
download | aports-f84859a2fe68052458305723d28cda031813ac6d.tar.bz2 aports-f84859a2fe68052458305723d28cda031813ac6d.tar.xz |
main/libseccomp: move from testing
requested by docker inc.
Diffstat (limited to 'main/libseccomp/remove-redefinition-prctl.patch')
-rw-r--r-- | main/libseccomp/remove-redefinition-prctl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/libseccomp/remove-redefinition-prctl.patch b/main/libseccomp/remove-redefinition-prctl.patch new file mode 100644 index 0000000000..2ea88fe057 --- /dev/null +++ b/main/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> + |