X Tutup
Skip to content

Commit cfe01f7

Browse files
committed
syscalls: update tables
$ ninja -C build update-syscall-tables
1 parent 9a6da61 commit cfe01f7

17 files changed

+9521
-4
lines changed

src/basic/syscall-names.text

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ arc_settls
1313
arc_usr_cmpxchg
1414
arch_prctl
1515
arm_fadvise64_64
16-
arm_sync_file_range
1716
atomic_barrier
1817
atomic_cmpxchg_32
1918
bdflush
@@ -60,6 +59,7 @@ epoll_create1
6059
epoll_ctl
6160
epoll_ctl_old
6261
epoll_pwait
62+
epoll_pwait2
6363
epoll_wait
6464
epoll_wait_old
6565
eventfd
@@ -241,7 +241,6 @@ name_to_handle_at
241241
nanosleep
242242
newfstatat
243243
nfsservctl
244-
ni_syscall
245244
nice
246245
old_adjtimex
247246
old_getpagesize
@@ -568,7 +567,6 @@ times
568567
tkill
569568
truncate
570569
truncate64
571-
udftrap
572570
ugetrlimit
573571
umask
574572
umount
@@ -584,7 +582,6 @@ utime
584582
utimensat
585583
utimensat_time64
586584
utimes
587-
utimesat
588585
utrap_install
589586
vfork
590587
vhangup

0 commit comments

Comments
 (0)
X Tutup