Skip to content

Commit

Permalink
syscalls: add the missing faccessat2 define
Browse files Browse the repository at this point in the history
Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
  • Loading branch information
pcmoore committed Apr 28, 2021
1 parent 1394103 commit de60727
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 de60727

Please sign in to comment.