From df11c05be91fda5ef490c76fd0d4a53821750116 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 17 Jan 2024 15:38:54 +0000 Subject: 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. --- sysdeps/unix/sysv/linux/mips/mips32/arch-syscall.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/unix/sysv/linux/mips/mips32/arch-syscall.h') diff --git a/sysdeps/unix/sysv/linux/mips/mips32/arch-syscall.h b/sysdeps/unix/sysv/linux/mips/mips32/arch-syscall.h index b13ace8e1c..d75af97467 100644 --- a/sysdeps/unix/sysv/linux/mips/mips32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/mips/mips32/arch-syscall.h @@ -94,8 +94,11 @@ #define __NR_ftruncate 4093 #define __NR_ftruncate64 4212 #define __NR_futex 4238 +#define __NR_futex_requeue 4456 #define __NR_futex_time64 4422 +#define __NR_futex_wait 4455 #define __NR_futex_waitv 4449 +#define __NR_futex_wake 4454 #define __NR_futimesat 4292 #define __NR_get_kernel_syms 4130 #define __NR_get_mempolicy 4269 @@ -173,6 +176,7 @@ #define __NR_lstat 4107 #define __NR_lstat64 4214 #define __NR_madvise 4218 +#define __NR_map_shadow_stack 4453 #define __NR_mbind 4268 #define __NR_membarrier 4358 #define __NR_memfd_create 4354 -- cgit 1.4.1