diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-04-03 18:07:55 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-04-03 18:07:55 +0000 |
commit | e788beaf093bfafecd6b4456b984bd927c18987a (patch) | |
tree | 81f68a1b4d118c345b9756f5955f24c1782b519f /sysdeps/unix/sysv/linux/ia64/arch-syscall.h | |
parent | 8f7a75d700af809eeb4363895078fabfb3a9d7c3 (diff) | |
download | glibc-e788beaf093bfafecd6b4456b984bd927c18987a.tar glibc-e788beaf093bfafecd6b4456b984bd927c18987a.tar.gz glibc-e788beaf093bfafecd6b4456b984bd927c18987a.tar.bz2 glibc-e788beaf093bfafecd6b4456b984bd927c18987a.zip |
Update syscall lists for Linux 5.6.
Linux 5.6 has new openat2 and pidfd_getfd syscalls. This patch adds
them to syscall-names.list and regenerates the arch-syscall.h files.
Tested with build-many-glibcs.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64/arch-syscall.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/arch-syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/arch-syscall.h b/sysdeps/unix/sysv/linux/ia64/arch-syscall.h index eb31b3b743..60ec095fde 100644 --- a/sysdeps/unix/sysv/linux/ia64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/ia64/arch-syscall.h @@ -179,11 +179,13 @@ #define __NR_open_by_handle_at 1327 #define __NR_open_tree 1452 #define __NR_openat 1281 +#define __NR_openat2 1461 #define __NR_pciconfig_read 1173 #define __NR_pciconfig_write 1174 #define __NR_perf_event_open 1352 #define __NR_perfmonctl 1175 #define __NR_personality 1140 +#define __NR_pidfd_getfd 1462 #define __NR_pidfd_open 1458 #define __NR_pidfd_send_signal 1448 #define __NR_pipe 1058 |