Skip to content

Commit

Permalink
bugfix: update syscalls.list
Browse files Browse the repository at this point in the history
Commands used to update it:

    touch src/include/syscall_aarch64.h # potentially needed
    make syntax

This amends commit 508cd6a ("feature: add aarch64 syscalls (#6574)",
2024-12-21).
  • Loading branch information
kmk3 committed Jan 4, 2025
1 parent 20cbb3f commit 8c28f0e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions contrib/syntax/lists/syscalls.list
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ bind
bpf
break
brk
cachestat
capget
capset
chdir
Expand Down Expand Up @@ -70,6 +71,7 @@ fanotify_mark
fchdir
fchmod
fchmodat
fchmodat2
fchown
fchown32
fchownat
Expand Down Expand Up @@ -97,8 +99,11 @@ ftime
ftruncate
ftruncate64
futex
futex_requeue
futex_time64
futex_wait
futex_waitv
futex_wake
futimesat
get_kernel_syms
get_mempolicy
Expand Down Expand Up @@ -176,19 +181,25 @@ lgetxattr
link
linkat
listen
listmount
listxattr
llistxattr
lock
lookup_dcookie
lremovexattr
lseek
lsetxattr
lsm_get_self_attr
lsm_list_modules
lsm_set_self_attr
lstat
lstat64
madvise
map_shadow_stack
mbind
membarrier
memfd_create
memfd_secret
migrate_pages
mincore
mkdir
Expand Down Expand Up @@ -216,6 +227,7 @@ mq_timedsend
mq_timedsend_time64
mq_unlink
mremap
mseal
msgctl
msgget
msgrcv
Expand Down Expand Up @@ -336,6 +348,7 @@ sendmmsg
sendmsg
sendto
set_mempolicy
set_mempolicy_home_node
set_robust_list
set_thread_area
set_tid_address
Expand Down Expand Up @@ -392,6 +405,7 @@ stat
stat64
statfs
statfs64
statmount
statx
stime
stty
Expand Down

0 comments on commit 8c28f0e

Please sign in to comment.