diff options
| author | Joseph Myers <joseph@codesourcery.com> | 2021-11-10 15:21:19 +0000 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2022-01-13 13:51:38 +0100 |
| commit | 73558ffe841cf4c60ccb4c71cf6dcebf84f2b736 (patch) | |
| tree | 1a9c2d267f08697471e00d95c71aaf0094be2615 /sysdeps/unix/sysv/linux/alpha | |
| parent | e64235ff4266e87b20505101877fe57350ab69ab (diff) | |
| download | glibc-73558ffe841cf4c60ccb4c71cf6dcebf84f2b736.tar.xz glibc-73558ffe841cf4c60ccb4c71cf6dcebf84f2b736.zip | |
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.
(cherry picked from commit 3387c40a8bbad5faf85b1feb56429cb20feaa640)
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha')
| -rw-r--r-- | sysdeps/unix/sysv/linux/alpha/arch-syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/arch-syscall.h b/sysdeps/unix/sysv/linux/alpha/arch-syscall.h index 91354ed9e2..6fc0a23504 100644 --- a/sysdeps/unix/sysv/linux/alpha/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/alpha/arch-syscall.h @@ -328,6 +328,7 @@ #define __NR_preadv2 520 #define __NR_prlimit64 496 #define __NR_process_madvise 550 +#define __NR_process_mrelease 558 #define __NR_process_vm_readv 504 #define __NR_process_vm_writev 505 #define __NR_pselect6 463 |
