about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/csky/arch-syscall.h
diff options
context:
space:
mode:
authorJoseph Myers <josmyers@redhat.com>2024-01-17 15:38:54 +0000
committerJoseph Myers <josmyers@redhat.com>2024-01-17 15:38:54 +0000
commitdf11c05be91fda5ef490c76fd0d4a53821750116 (patch)
tree8dd1e6607c5c1649f81e251f5d3a213c6af46aa9 /sysdeps/unix/sysv/linux/csky/arch-syscall.h
parent5b5982028b5cb162e184d9a3a037c5c23c5c3e9b (diff)
downloadglibc-df11c05be91fda5ef490c76fd0d4a53821750116.tar.gz
glibc-df11c05be91fda5ef490c76fd0d4a53821750116.tar.xz
glibc-df11c05be91fda5ef490c76fd0d4a53821750116.zip
Update syscall lists for Linux 6.7
Linux 6.7 adds the futex_requeue, futex_wait and futex_wake syscalls,
and enables map_shadow_stack for architectures previously missing it.
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/csky/arch-syscall.h')
-rw-r--r--sysdeps/unix/sysv/linux/csky/arch-syscall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/csky/arch-syscall.h b/sysdeps/unix/sysv/linux/csky/arch-syscall.h
index 92d9a703ea..ba7632e018 100644
--- a/sysdeps/unix/sysv/linux/csky/arch-syscall.h
+++ b/sysdeps/unix/sysv/linux/csky/arch-syscall.h
@@ -71,8 +71,11 @@
 #define __NR_fsync 82
 #define __NR_ftruncate64 46
 #define __NR_futex 98
+#define __NR_futex_requeue 456
 #define __NR_futex_time64 422
+#define __NR_futex_wait 455
 #define __NR_futex_waitv 449
+#define __NR_futex_wake 454
 #define __NR_get_mempolicy 236
 #define __NR_get_robust_list 100
 #define __NR_getcpu 168
@@ -135,6 +138,7 @@
 #define __NR_lremovexattr 15
 #define __NR_lsetxattr 6
 #define __NR_madvise 233
+#define __NR_map_shadow_stack 453
 #define __NR_mbind 235
 #define __NR_membarrier 283
 #define __NR_memfd_create 279