Skip to content

Commit

Permalink
Merge d83cb7a into 9e46db3
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoore committed Apr 5, 2022
2 parents 9e46db3 + d83cb7a commit 77c04ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions include/seccomp-syscalls.h
Expand Up @@ -723,6 +723,8 @@
#define __SNR_futex_time64 __PNR_futex_time64
#endif

#define __SNR_futex_waitv __NR_futex_waitv

#ifdef __NR_futimesat
#define __SNR_futimesat __NR_futimesat
#else
Expand Down Expand Up @@ -1723,6 +1725,8 @@
#define __SNR_set_mempolicy __PNR_set_mempolicy
#endif

#define __SNR_set_mempolicy_home_node __NR_set_mempolicy_home_node

#define __SNR_set_robust_list __NR_set_robust_list

#ifdef __NR_set_thread_area
Expand Down
4 changes: 3 additions & 1 deletion src/syscalls.csv
@@ -1,4 +1,4 @@
#syscall (v5.15.0 2021-11-03),x86,x86_64,x32,arm,aarch64,mips,mips64,mips64n32,parisc,parisc64,ppc,ppc64,riscv64,s390,s390x
#syscall (v5.17.0 2022-04-05),x86,x86_64,x32,arm,aarch64,mips,mips64,mips64n32,parisc,parisc64,ppc,ppc64,riscv64,s390,s390x
accept,PNR,43,43,285,202,168,42,42,35,35,330,330,202,PNR,PNR
accept4,364,288,288,366,242,334,293,297,320,320,344,344,242,364,364
access,33,21,21,33,PNR,33,20,20,33,33,33,33,PNR,33,33
Expand Down Expand Up @@ -99,6 +99,7 @@ ftruncate,93,77,77,93,46,93,75,75,93,93,93,93,46,93,93
ftruncate64,194,PNR,PNR,194,PNR,212,PNR,PNR,200,200,194,PNR,PNR,194,PNR
futex,240,202,202,240,98,238,194,194,210,210,221,221,98,238,238
futex_time64,422,PNR,PNR,422,PNR,422,PNR,422,422,PNR,422,PNR,PNR,422,PNR
futex_waitv,449,449,449,449,449,449,449,449,449,449,449,449,449,449,449
futimesat,299,261,261,326,PNR,292,251,255,279,279,290,290,PNR,292,292
getcpu,318,309,309,345,168,312,271,275,296,296,302,302,168,311,311
getcwd,183,79,79,183,17,203,77,77,110,110,182,182,17,183,183
Expand Down Expand Up @@ -359,6 +360,7 @@ setgroups32,206,PNR,PNR,206,PNR,PNR,PNR,PNR,PNR,PNR,PNR,PNR,PNR,206,PNR
sethostname,74,170,170,74,161,74,165,165,74,74,74,74,161,74,74
setitimer,104,38,38,104,103,104,36,36,104,104,104,104,103,104,104
set_mempolicy,276,238,238,321,237,270,229,233,262,262,261,261,237,270,270
set_mempolicy_home_node,450,450,450,450,450,450,450,450,450,450,450,450,450,450,450
setns,346,308,308,375,268,344,303,308,328,328,350,350,268,339,339
setpgid,57,109,109,57,154,57,107,107,57,57,57,57,154,57,57
setpriority,97,141,141,97,140,97,138,138,97,97,97,97,140,97,97
Expand Down

0 comments on commit 77c04ed

Please sign in to comment.