mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update syscall lists for Linux 5.16
Linux 5.16 has one new syscall, futex_waitv. 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:
@ -93,6 +93,7 @@
|
||||
#define __NR_ftruncate64 4212
|
||||
#define __NR_futex 4238
|
||||
#define __NR_futex_time64 4422
|
||||
#define __NR_futex_waitv 4449
|
||||
#define __NR_futimesat 4292
|
||||
#define __NR_get_kernel_syms 4130
|
||||
#define __NR_get_mempolicy 4269
|
||||
|
Reference in New Issue
Block a user