summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2021-04-17 16:40:23 -0400
committerPaul Moore <paul@paul-moore.com>2021-04-28 19:45:46 -0400
commitde60727c86e5946521b17763edb5ec344fc43da4 (patch)
tree746b42fd1da78388179c4e0fcc612d8f729307ee /include
parent13941032ca57290e0b21e00690e75168b60dff1a (diff)
downloadlibseccomp-de60727c86e5946521b17763edb5ec344fc43da4.tar.gz
syscalls: add the missing faccessat2 define
Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'include')
-rw-r--r--include/seccomp-syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/seccomp-syscalls.h b/include/seccomp-syscalls.h
index c7ec7b1..c694db1 100644
--- a/include/seccomp-syscalls.h
+++ b/include/seccomp-syscalls.h
@@ -564,6 +564,8 @@
#define __SNR_faccessat __NR_faccessat
+#define __SNR_faccessat2 __NR_faccessat2
+
#ifdef __NR_fadvise64
#define __SNR_fadvise64 __NR_fadvise64
#else