diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-08-07 14:38:43 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-08-07 14:38:43 +0000 |
commit | 1cfb4715288845ebc55ad664421b48b32de9599c (patch) | |
tree | 999f41dd9794b18258358a011d9a04669c615b6b /sysdeps/unix/sysv/linux/x86_64 | |
parent | 42a00a0fb4c69d940ac5f6b08a57e045e14f22f7 (diff) | |
download | glibc-1cfb4715288845ebc55ad664421b48b32de9599c.tar glibc-1cfb4715288845ebc55ad664421b48b32de9599c.tar.gz glibc-1cfb4715288845ebc55ad664421b48b32de9599c.tar.bz2 glibc-1cfb4715288845ebc55ad664421b48b32de9599c.zip |
Update syscall lists for Linux 5.8.
Linux 5.8 has one new syscall, faccessat2. 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/x86_64')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h b/sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h index d22e5b2da9..8dc0062a53 100644 --- a/sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h @@ -48,6 +48,7 @@ #define __NR_exit 60 #define __NR_exit_group 231 #define __NR_faccessat 269 +#define __NR_faccessat2 439 #define __NR_fadvise64 221 #define __NR_fallocate 285 #define __NR_fanotify_init 300 diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h b/sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h index 9a6f4f16d2..1a701c1472 100644 --- a/sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h @@ -44,6 +44,7 @@ #define __NR_exit 1073741884 #define __NR_exit_group 1073742055 #define __NR_faccessat 1073742093 +#define __NR_faccessat2 1073742263 #define __NR_fadvise64 1073742045 #define __NR_fallocate 1073742109 #define __NR_fanotify_init 1073742124 |