]> sourceware.org Git - glibc.git/commitdiff
Update syscall lists for Linux 5.5.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 7 Feb 2020 13:54:58 +0000 (13:54 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 7 Feb 2020 13:54:58 +0000 (13:54 +0000)
Linux 5.5 has no new syscalls to add to syscall-names.list, but it
does newly enable the clone3 syscall for AArch64.  This patch updates
the kernel version listed in syscall-names.list and regenerates the
AArch64 arch-syscall.h.

Tested with build-many-glibcs.py.

sysdeps/unix/sysv/linux/aarch64/arch-syscall.h
sysdeps/unix/sysv/linux/syscall-names.list

index 9378387747de250eab53e731d24e4559e1dd6db4..c8471947b9c209be6add1e528f892f1a6c54f966 100644 (file)
@@ -17,6 +17,7 @@
 #define __NR_clock_nanosleep 115
 #define __NR_clock_settime 112
 #define __NR_clone 220
+#define __NR_clone3 435
 #define __NR_close 57
 #define __NR_connect 203
 #define __NR_copy_file_range 285
index 36e087d8f437534210c35c494784b5c7d57c604e..3d89814003a2225773c1291361fb200bb37f607c 100644 (file)
@@ -21,8 +21,8 @@
 # This file can list all potential system calls.  The names are only
 # used if the installed kernel headers also provide them.
 
-# The list of system calls is current as of Linux 5.4.
-kernel 5.4
+# The list of system calls is current as of Linux 5.5.
+kernel 5.5
 
 FAST_atomic_update
 FAST_cmpxchg
This page took 0.04517 seconds and 5 git commands to generate.