]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update syscall-names.list for Linux 5.3.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 18 Sep 2019 22:57:46 +0000 (22:57 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 18 Sep 2019 22:57:46 +0000 (22:57 +0000)
This patch updates syscall-names.list for Linux 5.3, adding two new
syscalls.

Tested with build-many-glibcs.py.

* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
version to 5.3.
(clone3): New syscall.
(pidfd_open): Likewise.

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

index d8abb137b49331406572d9407d08d49517bb944c..d77574e22b005c38f6fcca60a2debf4044b55340 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2019-09-18  Joseph Myers  <joseph@codesourcery.com>
 
+       * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
+       version to 5.3.
+       (clone3): New syscall.
+       (pidfd_open): Likewise.
+
        * scripts/build-many-glibcs.py (Context.checkout): Default Linux
        version to 5.3.
 
index e2382d34144918908aef9382b22b5e8546246bb0..b55ffbc2a09d2071b848b3d49826e3f1d135a8fc 100644 (file)
@@ -22,8 +22,8 @@
 # names are only used if the installed kernel headers also provide
 # them.
 
-# The list of system calls is current as of Linux 5.2.
-kernel 5.2
+# The list of system calls is current as of Linux 5.3.
+kernel 5.3
 
 FAST_atomic_update
 FAST_cmpxchg
@@ -75,6 +75,7 @@ clock_settime
 clock_settime64
 clone
 clone2
+clone3
 close
 cmpxchg_badaddr
 connect
@@ -410,6 +411,7 @@ perf_event_open
 perfctr
 perfmonctl
 personality
+pidfd_open
 pidfd_send_signal
 pipe
 pipe2