1
0
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:
Joseph Myers
2025-03-12 12:51:28 +00:00
parent 517846c85d
commit eea6f1e079
26 changed files with 106 additions and 2 deletions

View File

@ -102,6 +102,7 @@
#define __NR_gettimeofday 169
#define __NR_getuid 174
#define __NR_getxattr 8
#define __NR_getxattrat 464
#define __NR_init_module 105
#define __NR_inotify_add_watch 27
#define __NR_inotify_init1 26
@ -132,6 +133,7 @@
#define __NR_listen 201
#define __NR_listmount 458
#define __NR_listxattr 11
#define __NR_listxattrat 465
#define __NR_llistxattr 12
#define __NR_llseek 62
#define __NR_lookup_dcookie 18
@ -224,6 +226,7 @@
#define __NR_recvmsg 212
#define __NR_remap_file_pages 234
#define __NR_removexattr 14
#define __NR_removexattrat 466
#define __NR_renameat 38
#define __NR_renameat2 276
#define __NR_request_key 218
@ -285,6 +288,7 @@
#define __NR_settimeofday 170
#define __NR_setuid 146
#define __NR_setxattr 5
#define __NR_setxattrat 463
#define __NR_shmat 196
#define __NR_shmctl 195
#define __NR_shmdt 197