mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update syscall lists for Linux 6.13
Linux 6.13 adds four new syscalls. Update syscall-names.list and regenerate the arch-syscall.h headers with build-many-glibcs.py update-syscalls. Tested with build-many-glibcs.py.
This commit is contained in:
@ -121,6 +121,7 @@
|
||||
#define __NR_gettimeofday 116
|
||||
#define __NR_getuid 24
|
||||
#define __NR_getxattr 172
|
||||
#define __NR_getxattrat 464
|
||||
#define __NR_init_module 190
|
||||
#define __NR_inotify_add_watch 152
|
||||
#define __NR_inotify_init 151
|
||||
@ -154,6 +155,7 @@
|
||||
#define __NR_listen 354
|
||||
#define __NR_listmount 458
|
||||
#define __NR_listxattr 178
|
||||
#define __NR_listxattrat 465
|
||||
#define __NR_llistxattr 179
|
||||
#define __NR_lookup_dcookie 208
|
||||
#define __NR_lremovexattr 182
|
||||
@ -257,6 +259,7 @@
|
||||
#define __NR_recvmsg 113
|
||||
#define __NR_remap_file_pages 192
|
||||
#define __NR_removexattr 181
|
||||
#define __NR_removexattrat 466
|
||||
#define __NR_rename 128
|
||||
#define __NR_renameat 291
|
||||
#define __NR_renameat2 345
|
||||
@ -320,6 +323,7 @@
|
||||
#define __NR_settimeofday 122
|
||||
#define __NR_setuid 23
|
||||
#define __NR_setxattr 169
|
||||
#define __NR_setxattrat 463
|
||||
#define __NR_sgetmask 199
|
||||
#define __NR_shmat 397
|
||||
#define __NR_shmctl 396
|
||||
|
Reference in New Issue
Block a user