diff options
Diffstat (limited to 'net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch')
-rw-r--r-- | net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch b/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch index 6e61a06e12d1..27dd321e2a29 100644 --- a/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch +++ b/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch @@ -9,10 +9,10 @@ https://bugs.gentoo.org/786228 +#if defined(__arm__) + SCMP_SYS(statx), +#endif -+#if defined(__riscv32__) ++#if defined(__riscv32__) || defined(__riscv64__) + SCMP_SYS(faccessat), +#endif -+#if defined(__aarch64__) ++#if defined(__aarch64__) || defined(__riscv64__) + SCMP_SYS(syscall), +#endif }; |