1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-02 16:01:20 +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:
Joseph Myers
2020-08-07 14:38:43 +00:00
parent 42a00a0fb4
commit 1cfb471528
25 changed files with 27 additions and 2 deletions

View File

@@ -53,6 +53,7 @@
#define __NR_exit 1
#define __NR_exit_group 248
#define __NR_faccessat 300
#define __NR_faccessat2 439
#define __NR_fadvise64 253
#define __NR_fadvise64_64 264
#define __NR_fallocate 314

View File

@@ -45,6 +45,7 @@
#define __NR_exit 1
#define __NR_exit_group 248
#define __NR_faccessat 300
#define __NR_faccessat2 439
#define __NR_fadvise64 253
#define __NR_fallocate 314
#define __NR_fanotify_init 332