From 4997a533ae4b51ef66a6b68862b7578a7acb82df Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 13 Jan 2022 22:18:13 +0000 Subject: Update syscall lists for Linux 5.16 Linux 5.16 has one new syscall, futex_waitv. 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/powerpc/powerpc32/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/powerpc/powerpc64/arch-syscall.h | 1 + 2 files changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/powerpc') diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/arch-syscall.h b/sysdeps/unix/sysv/linux/powerpc/powerpc32/arch-syscall.h index 0ac2992028..497299fbc4 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/arch-syscall.h @@ -92,6 +92,7 @@ #define __NR_ftruncate64 194 #define __NR_futex 221 #define __NR_futex_time64 422 +#define __NR_futex_waitv 449 #define __NR_futimesat 290 #define __NR_get_kernel_syms 130 #define __NR_get_mempolicy 260 diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/arch-syscall.h b/sysdeps/unix/sysv/linux/powerpc/powerpc64/arch-syscall.h index c890bc644e..e840279f17 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/arch-syscall.h @@ -81,6 +81,7 @@ #define __NR_ftime 35 #define __NR_ftruncate 93 #define __NR_futex 221 +#define __NR_futex_waitv 449 #define __NR_futimesat 290 #define __NR_get_kernel_syms 130 #define __NR_get_mempolicy 260 -- cgit v1.2.3-70-g09d2