diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-07-16 17:08:46 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-07-30 08:48:51 -0300 |
commit | eb0776d4e149ff0ccf9841a8073dbde658c59858 (patch) | |
tree | 0b03e6195059d85076658fb9dc78ff907f50df31 /sysdeps/unix/sysv/linux/alpha | |
parent | f7e638f5a48962599023410517f0bda450eaa98d (diff) | |
download | glibc-eb0776d4e149ff0ccf9841a8073dbde658c59858.tar.gz glibc-eb0776d4e149ff0ccf9841a8073dbde658c59858.tar.xz glibc-eb0776d4e149ff0ccf9841a8073dbde658c59858.zip |
Update syscall lists for Linux 6.10
Linux 6.10 changes for syscall are: * mseal for all architectures. * map_shadow_stack for x32. * Replace sync_file_range with sync_file_range2 for csky (which fixes a broken sync_file_range usage). Update syscall-names.list and regenerate the arch-syscall.h headers with build-many-glibcs.py update-syscalls. Tested with build-many-glibcs.py. Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/arch-syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/arch-syscall.h b/sysdeps/unix/sysv/linux/alpha/arch-syscall.h index 0f4ea7670b..216a5575c6 100644 --- a/sysdeps/unix/sysv/linux/alpha/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/alpha/arch-syscall.h @@ -24,6 +24,7 @@ #define __NR_clock_nanosleep 422 #define __NR_clock_settime 419 #define __NR_clone 312 +#define __NR_clone3 545 #define __NR_close 6 #define __NR_close_range 546 #define __NR_connect 98 @@ -189,6 +190,7 @@ #define __NR_mq_timedsend 434 #define __NR_mq_unlink 433 #define __NR_mremap 341 +#define __NR_mseal 572 #define __NR_msgctl 200 #define __NR_msgget 201 #define __NR_msgrcv 202 |