Skip to content

Commit

Permalink
syscalls: add the missing faccessat2 define
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Moore <paul@paul-moore.com>
  • Loading branch information
pcmoore committed Apr 17, 2021
1 parent 8ac0d27 commit 6b504fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/seccomp-syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,8 @@

#define __SNR_faccessat __NR_faccessat

#define __SNR_faccessat2 __NR_faccessat2

#ifdef __NR_fadvise64
#define __SNR_fadvise64 __NR_fadvise64
#else
Expand Down

0 comments on commit 6b504fd

Please sign in to comment.