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:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user