978e96
Update syscall-names.list for Linux 4.20.
978e96
978e96
This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
978e96
Linux 4.20.  Although there are no new syscalls, the
978e96
riscv_flush_icache syscall has moved to asm/unistd.h (previously in
978e96
asm/syscalls.h) and so now needs to be added to the list.
978e96
978e96
Tested with build-many-glibcs.py.
978e96
978e96
	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
978e96
	version to 4.20.
978e96
	(riscv_flush_icache): New syscall.
978e96
978e96
(cherry picked from commit 47ad5e1a2a3ab8eeda491454cbef3b1c5239dc02)
978e96
978e96
diff --git a/ChangeLog b/ChangeLog
978e96
index 30a5bed6b09efcef..0f4f95193ff07d45 100644
978e96
--- a/ChangeLog
978e96
+++ b/ChangeLog
978e96
@@ -1,3 +1,9 @@
978e96
+2019-01-01  Joseph Myers  <joseph@codesourcery.com>
978e96
+
978e96
+	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
978e96
+	version to 4.20.
978e96
+	(riscv_flush_icache): New syscall.
978e96
+
978e96
 2018-10-22  Joseph Myers  <joseph@codesourcery.com>
978e96
 
978e96
 	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
978e96
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
978e96
index f88001c9c38d5fc7..d623dc1d9af027be 100644
978e96
--- a/sysdeps/unix/sysv/linux/syscall-names.list
978e96
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
978e96
@@ -22,8 +22,8 @@
978e96
 # names are only used if the installed kernel headers also provide
978e96
 # them.
978e96
 
978e96
-# The list of system calls is current as of Linux 4.19.
978e96
-kernel 4.19
978e96
+# The list of system calls is current as of Linux 4.20.
978e96
+kernel 4.20
978e96
 
978e96
 FAST_atomic_update
978e96
 FAST_cmpxchg
978e96
@@ -431,6 +431,7 @@ renameat
978e96
 renameat2
978e96
 request_key
978e96
 restart_syscall
978e96
+riscv_flush_icache
978e96
 rmdir
978e96
 rseq
978e96
 rt_sigaction