diff options
author | Joseph Myers <josmyers@redhat.com> | 2025-03-12 12:51:28 +0000 |
---|---|---|
committer | Joseph Myers <josmyers@redhat.com> | 2025-03-12 12:51:54 +0000 |
commit | eea6f1e079a301dfd5c7b7f4faf38b4d6e7ea059 (patch) | |
tree | 12d9430aa3699e5a27a3f1b4d658dfc56f2cb6fa /sysdeps/unix/sysv/linux/riscv | |
parent | 517846c85dfc48aa231e28e95e8f90a6d8a8efde (diff) | |
download | glibc-eea6f1e079a301dfd5c7b7f4faf38b4d6e7ea059.zip glibc-eea6f1e079a301dfd5c7b7f4faf38b4d6e7ea059.tar.gz glibc-eea6f1e079a301dfd5c7b7f4faf38b4d6e7ea059.tar.bz2 |
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/riscv')
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv32/arch-syscall.h | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/riscv/rv32/arch-syscall.h b/sysdeps/unix/sysv/linux/riscv/rv32/arch-syscall.h index eb9e57b..5333879 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/riscv/rv32/arch-syscall.h @@ -91,6 +91,7 @@ #define __NR_gettid 178 #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 @@ -119,6 +120,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 @@ -205,6 +207,7 @@ #define __NR_recvmsg 212 #define __NR_remap_file_pages 234 #define __NR_removexattr 14 +#define __NR_removexattrat 466 #define __NR_renameat2 276 #define __NR_request_key 218 #define __NR_restart_syscall 128 @@ -262,6 +265,7 @@ #define __NR_setsockopt 208 #define __NR_setuid 146 #define __NR_setxattr 5 +#define __NR_setxattrat 463 #define __NR_shmat 196 #define __NR_shmctl 195 #define __NR_shmdt 197 diff --git a/sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h b/sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h index 1eac18e..eed1dff 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h @@ -95,6 +95,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 @@ -124,6 +125,7 @@ #define __NR_listen 201 #define __NR_listmount 458 #define __NR_listxattr 11 +#define __NR_listxattrat 465 #define __NR_llistxattr 12 #define __NR_lookup_dcookie 18 #define __NR_lremovexattr 15 @@ -212,6 +214,7 @@ #define __NR_recvmsg 212 #define __NR_remap_file_pages 234 #define __NR_removexattr 14 +#define __NR_removexattrat 466 #define __NR_renameat2 276 #define __NR_request_key 218 #define __NR_restart_syscall 128 @@ -271,6 +274,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 |