1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Update syscall lists for Linux 5.11.

Linux 5.11 has one new syscall, epoll_pwait2.  Update
syscall-names.list and regenerate the arch-syscall.h headers with
build-many-glibcs.py update-syscalls.

Tested with build-many-glibcs.py.
This commit is contained in:
Joseph Myers
2021-02-19 21:16:27 +00:00
parent 96b8038f12
commit 83908b3a1e
26 changed files with 28 additions and 2 deletions

View File

@ -46,6 +46,7 @@
#define __NR_epoll_create1 319
#define __NR_epoll_ctl 194
#define __NR_epoll_pwait 309
#define __NR_epoll_pwait2 441
#define __NR_epoll_wait 195
#define __NR_eventfd 313
#define __NR_eventfd2 318

View File

@ -40,6 +40,7 @@
#define __NR_epoll_create1 319
#define __NR_epoll_ctl 194
#define __NR_epoll_pwait 309
#define __NR_epoll_pwait2 441
#define __NR_epoll_wait 195
#define __NR_eventfd 313
#define __NR_eventfd2 318