summaryrefslogtreecommitdiff
path: root/core/libseccomp/libseccomp-2.4.2-ppoll.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-02-27 14:07:56 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-02-27 14:07:56 +0100
commitde70c7f415b7b7d88d8b5d19b5c9abbfc2226bcc (patch)
treea6f91833bb3e0c65de634777ad81a3c1b7789282 /core/libseccomp/libseccomp-2.4.2-ppoll.patch
parentf33aa847e1d9a8573ab9963a07316b891270428c (diff)
downloadpackages-de70c7f415b7b7d88d8b5d19b5c9abbfc2226bcc.tar.xz
core/libseccomp: removed local patching, 2.4.2 is available from upstream
Diffstat (limited to 'core/libseccomp/libseccomp-2.4.2-ppoll.patch')
-rw-r--r--core/libseccomp/libseccomp-2.4.2-ppoll.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/core/libseccomp/libseccomp-2.4.2-ppoll.patch b/core/libseccomp/libseccomp-2.4.2-ppoll.patch
deleted file mode 100644
index 884afb8a..00000000
--- a/core/libseccomp/libseccomp-2.4.2-ppoll.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/include/seccomp-syscalls.h b/include/seccomp-syscalls.h
-index 6457592..3c958df 100644
---- a/include/seccomp-syscalls.h
-+++ b/include/seccomp-syscalls.h
-@@ -272,6 +272,7 @@
- #define __PNR_timerfd_gettime64 -10238
- #define __PNR_timerfd_settime64 -10239
- #define __PNR_utimensat_time64 -10240
-+#define __PNR_ppoll -10241
-
- /*
- * libseccomp syscall definitions
-@@ -1359,6 +1360,12 @@
- #define __SNR_poll __PNR_poll
- #endif
-
-+#ifdef __NR_ppoll
-+#define __SNR_ppoll __NR_ppoll
-+#else
-+#define __SNR_ppoll __PNR_ppoll
-+#endif
-+
- #ifdef __NR_ppoll_time64
- #define __SNR_ppoll_time64 __NR_ppoll_time64
- #else