mirror of git://sourceware.org/git/glibc.git
Linux: Update syscall-names.list to Linux 5.2
This adds the system call names fsconfig, fsmount, fsopen, fspick, move_mount, open_tree. Tested with build-many-glibcs.py.
This commit is contained in:
parent
3556658c5b
commit
1f7097d09c
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
2019-07-19 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/syscall-names.list: Add system calls
|
||||||
|
from Linux 5.2.
|
||||||
|
(fsconfig): Add system call name.
|
||||||
|
(fsmount): Likewise.
|
||||||
|
(fsopen): Likewise.
|
||||||
|
(fspick): Likewise.
|
||||||
|
(move_mount): Likewise.
|
||||||
|
(open_tree): Likewise.
|
||||||
|
|
||||||
2019-07-18 Carlos O'Donell <carlos@redhat.com>
|
2019-07-18 Carlos O'Donell <carlos@redhat.com>
|
||||||
|
|
||||||
* po/libc.pot: Regenerate.
|
* po/libc.pot: Regenerate.
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# them.
|
# them.
|
||||||
|
|
||||||
# The list of system calls is current as of Linux 5.1.
|
# The list of system calls is current as of Linux 5.1.
|
||||||
kernel 5.1
|
kernel 5.2
|
||||||
|
|
||||||
FAST_atomic_update
|
FAST_atomic_update
|
||||||
FAST_cmpxchg
|
FAST_cmpxchg
|
||||||
|
@ -124,7 +124,11 @@ fork
|
||||||
fp_udfiex_crtl
|
fp_udfiex_crtl
|
||||||
free_hugepages
|
free_hugepages
|
||||||
fremovexattr
|
fremovexattr
|
||||||
|
fsconfig
|
||||||
fsetxattr
|
fsetxattr
|
||||||
|
fsmount
|
||||||
|
fsopen
|
||||||
|
fspick
|
||||||
fstat
|
fstat
|
||||||
fstat64
|
fstat64
|
||||||
fstatat64
|
fstatat64
|
||||||
|
@ -248,6 +252,7 @@ mmap
|
||||||
mmap2
|
mmap2
|
||||||
modify_ldt
|
modify_ldt
|
||||||
mount
|
mount
|
||||||
|
move_mount
|
||||||
move_pages
|
move_pages
|
||||||
mprotect
|
mprotect
|
||||||
mpx
|
mpx
|
||||||
|
@ -285,6 +290,7 @@ oldumount
|
||||||
olduname
|
olduname
|
||||||
open
|
open
|
||||||
open_by_handle_at
|
open_by_handle_at
|
||||||
|
open_tree
|
||||||
openat
|
openat
|
||||||
osf_adjtime
|
osf_adjtime
|
||||||
osf_afs_syscall
|
osf_afs_syscall
|
||||||
|
|
Loading…
Reference in New Issue