]> sourceware.org Git - glibc.git/commitdiff
Linux: Update syscall-names.list to Linux 5.2
authorFlorian Weimer <fweimer@redhat.com>
Fri, 19 Jul 2019 06:53:04 +0000 (08:53 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 19 Jul 2019 06:53:04 +0000 (08:53 +0200)
This adds the system call names fsconfig, fsmount, fsopen, fspick,
move_mount, open_tree.

Tested with build-many-glibcs.py.

ChangeLog
sysdeps/unix/sysv/linux/syscall-names.list

index aeada256158a6bf0559e1a9187731d294642616b..a606c5fd60a0587849a842c05519faf2fe1866c4 100644 (file)
--- a/ChangeLog
+++ b/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>
 
        * po/libc.pot: Regenerate.
index 95aa3ec7a5745c4290faab64c4a3bdb5d5d41ad3..21bf37c6274ee819f1242e9717245754f8c98be0 100644 (file)
@@ -23,7 +23,7 @@
 # them.
 
 # The list of system calls is current as of Linux 5.1.
-kernel 5.1
+kernel 5.2
 
 FAST_atomic_update
 FAST_cmpxchg
@@ -124,7 +124,11 @@ fork
 fp_udfiex_crtl
 free_hugepages
 fremovexattr
+fsconfig
 fsetxattr
+fsmount
+fsopen
+fspick
 fstat
 fstat64
 fstatat64
@@ -248,6 +252,7 @@ mmap
 mmap2
 modify_ldt
 mount
+move_mount
 move_pages
 mprotect
 mpx
@@ -285,6 +290,7 @@ oldumount
 olduname
 open
 open_by_handle_at
+open_tree
 openat
 osf_adjtime
 osf_afs_syscall
This page took 0.081902 seconds and 5 git commands to generate.