diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-12-16 02:08:52 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-12-16 02:08:52 +0000 |
commit | bcf47eb0fba4c6278aadd6a377d6b7b3f673e17c (patch) | |
tree | b3746f59e14d697f8085d4df2c1e1fde7847087c /sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h | |
parent | c8f9421298f5f973b31a7cbbc76e61b06eca03bc (diff) | |
download | glibc-bcf47eb0fba4c6278aadd6a377d6b7b3f673e17c.tar.gz |
Update syscall lists for Linux 5.10.
Linux 5.10 has one new syscall, process_madvise. 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/s390-32/arch-syscall.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h | 1 |
1 files changed, 1 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 a4bdf3cff0..c19bf384f8 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h @@ -234,6 +234,7 @@ #define __NR_preadv 328 #define __NR_preadv2 376 #define __NR_prlimit64 334 +#define __NR_process_madvise 440 #define __NR_process_vm_readv 340 #define __NR_process_vm_writev 341 #define __NR_pselect6 301 |