aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/csky
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-07-16 17:08:46 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-07-30 08:48:51 -0300
commiteb0776d4e149ff0ccf9841a8073dbde658c59858 (patch)
tree0b03e6195059d85076658fb9dc78ff907f50df31 /sysdeps/unix/sysv/linux/csky
parentf7e638f5a48962599023410517f0bda450eaa98d (diff)
downloadglibc-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/csky')
-rw-r--r--sysdeps/unix/sysv/linux/csky/arch-syscall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/csky/arch-syscall.h b/sysdeps/unix/sysv/linux/csky/arch-syscall.h
index 3f16a29f57..ede3551a00 100644
--- a/sysdeps/unix/sysv/linux/csky/arch-syscall.h
+++ b/sysdeps/unix/sysv/linux/csky/arch-syscall.h
@@ -168,6 +168,7 @@
#define __NR_mq_timedsend_time64 418
#define __NR_mq_unlink 181
#define __NR_mremap 216
+#define __NR_mseal 462
#define __NR_msgctl 187
#define __NR_msgget 186
#define __NR_msgrcv 188
@@ -301,7 +302,7 @@
#define __NR_swapon 224
#define __NR_symlinkat 36
#define __NR_sync 81
-#define __NR_sync_file_range 84
+#define __NR_sync_file_range2 84
#define __NR_syncfs 267
#define __NR_sysinfo 179
#define __NR_syslog 116