diff options
author | Joseph Myers <joseph@codesourcery.com> | 2022-01-13 22:18:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2022-01-13 22:18:13 +0000 |
commit | 4997a533ae4b51ef66a6b68862b7578a7acb82df (patch) | |
tree | 306e255030889b113387fe245c458a9fedb55a2a /sysdeps/unix/sysv/linux/s390 | |
parent | a78e6a10d0b50d0ca80309775980fc99944b1727 (diff) | |
download | glibc-4997a533ae4b51ef66a6b68862b7578a7acb82df.tar glibc-4997a533ae4b51ef66a6b68862b7578a7acb82df.tar.gz glibc-4997a533ae4b51ef66a6b68862b7578a7acb82df.tar.bz2 glibc-4997a533ae4b51ef66a6b68862b7578a7acb82df.zip |
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/arch-syscall.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h b/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h index 1a4873f505..005c0ada7a 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h @@ -91,6 +91,7 @@ #define __NR_ftruncate64 194 #define __NR_futex 238 #define __NR_futex_time64 422 +#define __NR_futex_waitv 449 #define __NR_futimesat 292 #define __NR_get_kernel_syms 130 #define __NR_get_mempolicy 269 diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/arch-syscall.h b/sysdeps/unix/sysv/linux/s390/s390-64/arch-syscall.h index 2af4607c1d..9131fddcc1 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/s390/s390-64/arch-syscall.h @@ -76,6 +76,7 @@ #define __NR_fsync 118 #define __NR_ftruncate 93 #define __NR_futex 238 +#define __NR_futex_waitv 449 #define __NR_futimesat 292 #define __NR_get_kernel_syms 130 #define __NR_get_mempolicy 269 |