Skip to content

Commit

Permalink
add support for faccessat2 syscall
Browse files Browse the repository at this point in the history
  • Loading branch information
glitsj16 committed Feb 10, 2021
1 parent ce1671e commit b88afd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ static const SyscallGroupList sysgroups[] = {
#ifdef SYS_faccessat
"faccessat,"
#endif
#ifdef SYS_faccessat2
"faccessat2,"
#endif
#ifdef SYS_fallocate
"fallocate,"
#endif
Expand Down

0 comments on commit b88afd8

Please sign in to comment.