mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +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:
@@ -53,6 +53,7 @@
|
||||
#define __NR_exit 6058
|
||||
#define __NR_exit_group 6205
|
||||
#define __NR_faccessat 6263
|
||||
#define __NR_faccessat2 6439
|
||||
#define __NR_fadvise64 6216
|
||||
#define __NR_fallocate 6283
|
||||
#define __NR_fanotify_init 6300
|
||||
|
@@ -48,6 +48,7 @@
|
||||
#define __NR_exit 5058
|
||||
#define __NR_exit_group 5205
|
||||
#define __NR_faccessat 5259
|
||||
#define __NR_faccessat2 5439
|
||||
#define __NR_fadvise64 5215
|
||||
#define __NR_fallocate 5279
|
||||
#define __NR_fanotify_init 5295
|
||||
|
Reference in New Issue
Block a user