about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/aarch64/arch-syscall.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2020-02-07 13:54:58 +0000
committerJoseph Myers <joseph@codesourcery.com>2020-02-07 13:54:58 +0000
commit5828bc4523230685ac29a4a882967913255f5666 (patch)
treef14b0c98d2c67f503caa67f49c96eceb3e330fc6 /sysdeps/unix/sysv/linux/aarch64/arch-syscall.h
parentf7be48d8c180a37dc4b341aa5acaa691fa031a96 (diff)
downloadglibc-5828bc4523230685ac29a4a882967913255f5666.tar.gz
glibc-5828bc4523230685ac29a4a882967913255f5666.tar.xz
glibc-5828bc4523230685ac29a4a882967913255f5666.zip
Update syscall lists for Linux 5.5.
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/aarch64/arch-syscall.h')
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/arch-syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/arch-syscall.h b/sysdeps/unix/sysv/linux/aarch64/arch-syscall.h
index 9378387747..c8471947b9 100644
--- a/sysdeps/unix/sysv/linux/aarch64/arch-syscall.h
+++ b/sysdeps/unix/sysv/linux/aarch64/arch-syscall.h
@@ -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