diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2020-10-25 22:38:57 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2020-10-25 22:38:57 +0000 |
commit | 92b7a6b2b7cf658cf6a2ca0624a06d63e17624c8 (patch) | |
tree | 59474f9201754c899dfeba3a41f5f4ea768b4fd0 /user/libseccomp/remove-redefinition-prctl.patch | |
parent | 81cbaeb47a48cca81415bd376c47f2fa2ba182ff (diff) | |
parent | 65f9d55cf95a0670a4755b2f18685d1f17d6faf5 (diff) | |
download | packages-92b7a6b2b7cf658cf6a2ca0624a06d63e17624c8.tar.gz packages-92b7a6b2b7cf658cf6a2ca0624a06d63e17624c8.tar.bz2 packages-92b7a6b2b7cf658cf6a2ca0624a06d63e17624c8.tar.xz packages-92b7a6b2b7cf658cf6a2ca0624a06d63e17624c8.zip |
Merge branch 'libseccomp' into 'master'
user/libseccomp: Add
See merge request adelie/packages!517
Diffstat (limited to 'user/libseccomp/remove-redefinition-prctl.patch')
-rw-r--r-- | user/libseccomp/remove-redefinition-prctl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/libseccomp/remove-redefinition-prctl.patch b/user/libseccomp/remove-redefinition-prctl.patch new file mode 100644 index 000000000..2ea88fe05 --- /dev/null +++ b/user/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> + |