Blame SOURCES/glibc-rh1764234-6.patch
|
|
8a8cfb |
commit 1f7097d09ce628878107ed30341cfc1eb3649a81
|
|
|
8a8cfb |
Author: Florian Weimer <fweimer@redhat.com>
|
|
|
8a8cfb |
Date: Fri Jul 19 08:53:04 2019 +0200
|
|
|
8a8cfb |
|
|
|
8a8cfb |
Linux: Update syscall-names.list to Linux 5.2
|
|
|
8a8cfb |
|
|
|
8a8cfb |
This adds the system call names fsconfig, fsmount, fsopen, fspick,
|
|
|
8a8cfb |
move_mount, open_tree.
|
|
|
8a8cfb |
|
|
|
8a8cfb |
Tested with build-many-glibcs.py.
|
|
|
8a8cfb |
|
|
|
8a8cfb |
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
|
|
|
8a8cfb |
index 95aa3ec7a5..21bf37c627 100644
|
|
|
8a8cfb |
--- a/sysdeps/unix/sysv/linux/syscall-names.list
|
|
|
8a8cfb |
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
|
|
|
8a8cfb |
@@ -23,7 +23,7 @@
|
|
|
8a8cfb |
# them.
|
|
|
8a8cfb |
|
|
|
8a8cfb |
# The list of system calls is current as of Linux 5.1.
|
|
|
8a8cfb |
-kernel 5.1
|
|
|
8a8cfb |
+kernel 5.2
|
|
|
8a8cfb |
|
|
|
8a8cfb |
FAST_atomic_update
|
|
|
8a8cfb |
FAST_cmpxchg
|
|
|
8a8cfb |
@@ -124,7 +124,11 @@ fork
|
|
|
8a8cfb |
fp_udfiex_crtl
|
|
|
8a8cfb |
free_hugepages
|
|
|
8a8cfb |
fremovexattr
|
|
|
8a8cfb |
+fsconfig
|
|
|
8a8cfb |
fsetxattr
|
|
|
8a8cfb |
+fsmount
|
|
|
8a8cfb |
+fsopen
|
|
|
8a8cfb |
+fspick
|
|
|
8a8cfb |
fstat
|
|
|
8a8cfb |
fstat64
|
|
|
8a8cfb |
fstatat64
|
|
|
8a8cfb |
@@ -248,6 +252,7 @@ mmap
|
|
|
8a8cfb |
mmap2
|
|
|
8a8cfb |
modify_ldt
|
|
|
8a8cfb |
mount
|
|
|
8a8cfb |
+move_mount
|
|
|
8a8cfb |
move_pages
|
|
|
8a8cfb |
mprotect
|
|
|
8a8cfb |
mpx
|
|
|
8a8cfb |
@@ -285,6 +290,7 @@ oldumount
|
|
|
8a8cfb |
olduname
|
|
|
8a8cfb |
open
|
|
|
8a8cfb |
open_by_handle_at
|
|
|
8a8cfb |
+open_tree
|
|
|
8a8cfb |
openat
|
|
|
8a8cfb |
osf_adjtime
|
|
|
8a8cfb |
osf_afs_syscall
|