diff options
author | Joseph Myers <joseph@codesourcery.com> | 2021-09-08 12:42:06 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2021-09-08 12:42:06 +0000 |
commit | 89dc0372a9055e7ef86fe19be6201fa0b16b2f0e (patch) | |
tree | 2b58742f4fdfeaaf92332fea8b4c18c58105154d /sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h | |
parent | 2738480a4b0866723fb8c633f36bdd34a8767581 (diff) | |
download | glibc-89dc0372a9055e7ef86fe19be6201fa0b16b2f0e.tar.gz |
Update syscall lists for Linux 5.14
Linux 5.14 has two new syscalls, memfd_secret (on some architectures
only) and quotactl_fd. 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 b224c4aad4..d4c7b101b6 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h @@ -251,6 +251,7 @@ #define __NR_pwritev2 377 #define __NR_query_module 167 #define __NR_quotactl 131 +#define __NR_quotactl_fd 443 #define __NR_read 3 #define __NR_readahead 222 #define __NR_readdir 89 |