1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +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

@ -47,6 +47,7 @@
#define __NR_epoll_create1 315
#define __NR_epoll_ctl 237
#define __NR_epoll_pwait 303
#define __NR_epoll_pwait2 441
#define __NR_epoll_wait 238
#define __NR_eventfd 307
#define __NR_eventfd2 314

View File

@ -42,6 +42,7 @@
#define __NR_epoll_create1 315
#define __NR_epoll_ctl 237
#define __NR_epoll_pwait 303
#define __NR_epoll_pwait2 441
#define __NR_epoll_wait 238
#define __NR_eventfd 307
#define __NR_eventfd2 314