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/alpha/arch-syscall.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/unix/sysv/linux/alpha') diff --git a/sysdeps/unix/sysv/linux/alpha/arch-syscall.h b/sysdeps/unix/sysv/linux/alpha/arch-syscall.h index 32efe51267..5457d2d8ae 100644 --- a/sysdeps/unix/sysv/linux/alpha/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/alpha/arch-syscall.h @@ -80,7 +80,10 @@ #define __NR_fsync 95 #define __NR_ftruncate 130 #define __NR_futex 394 +#define __NR_futex_requeue 566 +#define __NR_futex_wait 565 #define __NR_futex_waitv 559 +#define __NR_futex_wake 564 #define __NR_futimesat 454 #define __NR_get_kernel_syms 309 #define __NR_get_mempolicy 430 @@ -156,6 +159,7 @@ #define __NR_lstat 68 #define __NR_lstat64 426 #define __NR_madvise 75 +#define __NR_map_shadow_stack 563 #define __NR_mbind 429 #define __NR_membarrier 517 #define __NR_memfd_create 512 -- cgit 1.4.1