1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Update syscall lists for Linux 5.10.

Linux 5.10 has one new syscall, process_madvise.  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-12-16 02:08:52 +00:00
parent c8f9421298
commit bcf47eb0fb
26 changed files with 28 additions and 2 deletions

View File

@ -241,6 +241,7 @@
#define __NR_preadv 320
#define __NR_preadv2 380
#define __NR_prlimit64 325
#define __NR_process_madvise 440
#define __NR_process_vm_readv 351
#define __NR_process_vm_writev 352
#define __NR_prof 44

View File

@ -225,6 +225,7 @@
#define __NR_preadv 320
#define __NR_preadv2 380
#define __NR_prlimit64 325
#define __NR_process_madvise 440
#define __NR_process_vm_readv 351
#define __NR_process_vm_writev 352
#define __NR_prof 44