diff options
author | Joseph Myers <joseph@codesourcery.com> | 2021-11-10 15:21:19 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2021-11-10 15:21:19 +0000 |
commit | 3387c40a8bbad5faf85b1feb56429cb20feaa640 (patch) | |
tree | cac2486e0c1b8662f817ef965f3ad92aa3b72c8c /sysdeps/unix/sysv/linux/s390 | |
parent | 98966749f2b418825ff2ea496a0ee89fe63d2cc8 (diff) | |
download | glibc-3387c40a8bbad5faf85b1feb56429cb20feaa640.zip glibc-3387c40a8bbad5faf85b1feb56429cb20feaa640.tar.gz glibc-3387c40a8bbad5faf85b1feb56429cb20feaa640.tar.bz2 |
Update syscall lists for Linux 5.15
Linux 5.15 has one new syscall, process_mrelease (and also enables the
clone3 syscall for RV32). It also has a macro __NR_SYSCALL_MASK for
Arm, which is not a syscall but matches the pattern used for syscall
macro names.
Add __NR_SYSCALL_MASK to the names filtered out in the code dealing
with syscall lists, update syscall-names.list for the new syscall 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 d4c7b10..1a4873f 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h @@ -240,6 +240,7 @@ #define __NR_preadv2 376 #define __NR_prlimit64 334 #define __NR_process_madvise 440 +#define __NR_process_mrelease 448 #define __NR_process_vm_readv 340 #define __NR_process_vm_writev 341 #define __NR_pselect6 301 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 bd8c78d..2af4607 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/s390/s390-64/arch-syscall.h @@ -211,6 +211,7 @@ #define __NR_preadv2 376 #define __NR_prlimit64 334 #define __NR_process_madvise 440 +#define __NR_process_mrelease 448 #define __NR_process_vm_readv 340 #define __NR_process_vm_writev 341 #define __NR_pselect6 301 |