00db10
Update syscall-names.list for Linux 4.18.
00db10
00db10
This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
00db10
Linux 4.18.  The io_pgetevents and rseq syscalls are added to the
00db10
kernel on various architectures, so need to be mentioned in this file.
00db10
00db10
Tested with build-many-glibcs.py.
00db10
00db10
	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
00db10
	version to 4.18.
00db10
	(io_pgetevents): New syscall.
00db10
	(rseq): Likewise.
00db10
00db10
(cherry picked from commit 17b26500f9bb926d85e86821d014f7c1bb88043c)
00db10
00db10
diff --git a/ChangeLog b/ChangeLog
00db10
index 77aa2a8cf78e568f..3ccca34563e5b71f 100644
00db10
--- a/ChangeLog
00db10
+++ b/ChangeLog
00db10
@@ -1,3 +1,10 @@
00db10
+2018-08-13  Joseph Myers  <joseph@codesourcery.com>
00db10
+
00db10
+	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
00db10
+	version to 4.18.
00db10
+	(io_pgetevents): New syscall.
00db10
+	(rseq): Likewise.
00db10
+
00db10
 2018-06-05  Joseph Myers  <joseph@codesourcery.com>
00db10
 
00db10
 	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
00db10
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
00db10
index 5306d538e6448163..9982a6334d46ae62 100644
00db10
--- a/sysdeps/unix/sysv/linux/syscall-names.list
00db10
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
00db10
@@ -22,8 +22,8 @@
00db10
 # names are only used if the installed kernel headers also provide
00db10
 # them.
00db10
 
00db10
-# The list of system calls is current as of Linux 4.17.
00db10
-kernel 4.17
00db10
+# The list of system calls is current as of Linux 4.18.
00db10
+kernel 4.18
00db10
 
00db10
 FAST_atomic_update
00db10
 FAST_cmpxchg
00db10
@@ -186,6 +186,7 @@ inotify_rm_watch
00db10
 io_cancel
00db10
 io_destroy
00db10
 io_getevents
00db10
+io_pgetevents
00db10
 io_setup
00db10
 io_submit
00db10
 ioctl
00db10
@@ -431,6 +432,7 @@ renameat2
00db10
 request_key
00db10
 restart_syscall
00db10
 rmdir
00db10
+rseq
00db10
 rt_sigaction
00db10
 rt_sigpending
00db10
 rt_sigprocmask