diff options
| author | Joseph Myers <joseph@codesourcery.com> | 2021-09-08 12:42:06 +0000 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2021-09-15 14:34:33 +0200 |
| commit | 005bafcf5b8a85d4c82831401f052747e160a7e8 (patch) | |
| tree | 03ca6bca9a3a1ba7985aa95d305baccab64d0588 /sysdeps/unix/sysv/linux/arc | |
| parent | 007d699d0e0d0957eead78ad252ad592656284de (diff) | |
| download | glibc-005bafcf5b8a85d4c82831401f052747e160a7e8.tar.xz glibc-005bafcf5b8a85d4c82831401f052747e160a7e8.zip | |
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.
(cherry picked from commit 89dc0372a9055e7ef86fe19be6201fa0b16b2f0e)
Diffstat (limited to 'sysdeps/unix/sysv/linux/arc')
| -rw-r--r-- | sysdeps/unix/sysv/linux/arc/arch-syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arc/arch-syscall.h b/sysdeps/unix/sysv/linux/arc/arch-syscall.h index 10650549c1..ff5c7eb36d 100644 --- a/sysdeps/unix/sysv/linux/arc/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/arc/arch-syscall.h @@ -190,6 +190,7 @@ #define __NR_pwritev 70 #define __NR_pwritev2 287 #define __NR_quotactl 60 +#define __NR_quotactl_fd 443 #define __NR_read 63 #define __NR_readahead 213 #define __NR_readlinkat 78 |
