1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

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.
This commit is contained in:
Joseph Myers
2020-04-03 18:07:55 +00:00
parent 8f7a75d700
commit e788beaf09
24 changed files with 54 additions and 2 deletions

View File

@ -210,12 +210,14 @@
#define __NR_open_by_handle_at 333
#define __NR_open_tree 428
#define __NR_openat 284
#define __NR_openat2 437
#define __NR_pause 29
#define __NR_pciconfig_read 148
#define __NR_pciconfig_write 149
#define __NR_perf_event_open 327
#define __NR_perfctr 18
#define __NR_personality 191
#define __NR_pidfd_getfd 438
#define __NR_pidfd_open 434
#define __NR_pidfd_send_signal 424
#define __NR_pipe 42

View File

@ -191,12 +191,14 @@
#define __NR_open_by_handle_at 333
#define __NR_open_tree 428
#define __NR_openat 284
#define __NR_openat2 437
#define __NR_pause 29
#define __NR_pciconfig_read 148
#define __NR_pciconfig_write 149
#define __NR_perf_event_open 327
#define __NR_perfctr 18
#define __NR_personality 191
#define __NR_pidfd_getfd 438
#define __NR_pidfd_open 434
#define __NR_pidfd_send_signal 424
#define __NR_pipe 42