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

@ -45,6 +45,7 @@
#define __NR_epoll_create1 329
#define __NR_epoll_ctl 255
#define __NR_epoll_pwait 319
#define __NR_epoll_pwait2 441
#define __NR_epoll_wait 256
#define __NR_eventfd 323
#define __NR_eventfd2 328