mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update syscall lists for Linux 5.8.
Linux 5.8 has one new syscall, faccessat2. 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:
@ -54,6 +54,7 @@
|
||||
#define __NR_exit 1
|
||||
#define __NR_exit_group 234
|
||||
#define __NR_faccessat 298
|
||||
#define __NR_faccessat2 439
|
||||
#define __NR_fadvise64 233
|
||||
#define __NR_fadvise64_64 254
|
||||
#define __NR_fallocate 309
|
||||
|
@ -49,6 +49,7 @@
|
||||
#define __NR_exit 1
|
||||
#define __NR_exit_group 234
|
||||
#define __NR_faccessat 298
|
||||
#define __NR_faccessat2 439
|
||||
#define __NR_fadvise64 233
|
||||
#define __NR_fallocate 309
|
||||
#define __NR_fanotify_init 323
|
||||
|
Reference in New Issue
Block a user