summaryrefslogtreecommitdiff
path: root/sys-apps/file/files/file-5.40-seccomp-fstatat64-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/file/files/file-5.40-seccomp-fstatat64-musl.patch')
-rw-r--r--sys-apps/file/files/file-5.40-seccomp-fstatat64-musl.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys-apps/file/files/file-5.40-seccomp-fstatat64-musl.patch b/sys-apps/file/files/file-5.40-seccomp-fstatat64-musl.patch
index 4cc648017860..28a278e73f07 100644
--- a/sys-apps/file/files/file-5.40-seccomp-fstatat64-musl.patch
+++ b/sys-apps/file/files/file-5.40-seccomp-fstatat64-musl.patch
@@ -10,12 +10,6 @@ sys/stat.h in musl does this:
Counteract this with an #undef.
Bug: https://bugs.gentoo.org/789336
----
- src/seccomp.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/seccomp.c b/src/seccomp.c
-index 3318367c..eb8b1e57 100644
--- a/src/seccomp.c
+++ b/src/seccomp.c
@@ -179,6 +179,7 @@ enable_sandbox_full(void)
@@ -26,6 +20,3 @@ index 3318367c..eb8b1e57 100644
ALLOW_RULE(fstatat64);
#endif
ALLOW_RULE(futex);
---
-2.32.0
-