d8307d
commit 0f02b6cfc44af73d4d4363c46b3cbb18b8ff9171
d8307d
Author: Joseph Myers <joseph@codesourcery.com>
d8307d
Date:   Wed Sep 18 22:57:46 2019 +0000
d8307d
d8307d
    Update syscall-names.list for Linux 5.3.
d8307d
    
d8307d
    This patch updates syscall-names.list for Linux 5.3, adding two new
d8307d
    syscalls.
d8307d
    
d8307d
    Tested with build-many-glibcs.py.
d8307d
    
d8307d
            * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
d8307d
            version to 5.3.
d8307d
            (clone3): New syscall.
d8307d
            (pidfd_open): Likewise.
d8307d
d8307d
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
d8307d
index e2382d3414..b55ffbc2a0 100644
d8307d
--- a/sysdeps/unix/sysv/linux/syscall-names.list
d8307d
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
d8307d
@@ -22,8 +22,8 @@
d8307d
 # names are only used if the installed kernel headers also provide
d8307d
 # them.
d8307d
 
d8307d
-# The list of system calls is current as of Linux 5.2.
d8307d
-kernel 5.2
d8307d
+# The list of system calls is current as of Linux 5.3.
d8307d
+kernel 5.3
d8307d
 
d8307d
 FAST_atomic_update
d8307d
 FAST_cmpxchg
d8307d
@@ -75,6 +75,7 @@ clock_settime
d8307d
 clock_settime64
d8307d
 clone
d8307d
 clone2
d8307d
+clone3
d8307d
 close
d8307d
 cmpxchg_badaddr
d8307d
 connect
d8307d
@@ -410,6 +411,7 @@ perf_event_open
d8307d
 perfctr
d8307d
 perfmonctl
d8307d
 personality
d8307d
+pidfd_open
d8307d
 pidfd_send_signal
d8307d
 pipe
d8307d
 pipe2