Skip to content

Commit

Permalink
all: update the syscall table for Linux v6.3
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
pcmoore committed May 5, 2023
1 parent 658acd3 commit 8113920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/syscalls.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#syscall (v5.17.0 2022-04-05),x86,x86_64,x32,arm,aarch64,mips,mips64,mips64n32,parisc,parisc64,ppc,ppc64,riscv64,s390,s390x
#syscall (v6.3.0 2023-05-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 @@ -192,7 +192,7 @@ madvise,219,28,28,220,233,218,27,27,119,119,205,205,233,219,219
mbind,274,237,237,319,235,268,227,231,260,260,259,259,235,268,268
membarrier,375,324,324,389,283,358,318,322,343,343,365,365,283,356,356
memfd_create,356,319,319,385,279,354,314,318,340,340,360,360,279,350,350
memfd_secret,447,447,447,PNR,447,PNR,PNR,PNR,PNR,PNR,PNR,PNR,PNR,PNR,PNR
memfd_secret,447,447,447,PNR,447,PNR,PNR,PNR,PNR,PNR,PNR,PNR,447,PNR,PNR
migrate_pages,294,256,256,400,238,287,246,250,272,272,258,258,238,287,287
mincore,218,27,27,219,232,217,26,26,72,72,206,206,232,218,218
mkdir,39,83,83,39,PNR,39,81,81,39,39,39,39,PNR,39,39
Expand Down

0 comments on commit 8113920

Please sign in to comment.