5f7b84
commit 47ad5e1a2a3ab8eeda491454cbef3b1c5239dc02
5f7b84
Author: Joseph Myers <joseph@codesourcery.com>
5f7b84
Date:   Tue Jan 1 02:01:02 2019 +0000
5f7b84
5f7b84
    Update syscall-names.list for Linux 4.20.
5f7b84
    
5f7b84
    This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
5f7b84
    Linux 4.20.  Although there are no new syscalls, the
5f7b84
    riscv_flush_icache syscall has moved to asm/unistd.h (previously in
5f7b84
    asm/syscalls.h) and so now needs to be added to the list.
5f7b84
    
5f7b84
    Tested with build-many-glibcs.py.
5f7b84
    
5f7b84
            * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
5f7b84
            version to 4.20.
5f7b84
            (riscv_flush_icache): New syscall.
5f7b84
5f7b84
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
5f7b84
index 698069a52d..b650dc07cc 100644
5f7b84
--- a/sysdeps/unix/sysv/linux/syscall-names.list
5f7b84
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
5f7b84
@@ -22,8 +22,8 @@
5f7b84
 # names are only used if the installed kernel headers also provide
5f7b84
 # them.
5f7b84
 
5f7b84
-# The list of system calls is current as of Linux 4.19.
5f7b84
-kernel 4.19
5f7b84
+# The list of system calls is current as of Linux 4.20.
5f7b84
+kernel 4.20
5f7b84
 
5f7b84
 FAST_atomic_update
5f7b84
 FAST_cmpxchg
5f7b84
@@ -431,6 +431,7 @@ renameat
5f7b84
 renameat2
5f7b84
 request_key
5f7b84
 restart_syscall
5f7b84
+riscv_flush_icache
5f7b84
 rmdir
5f7b84
 rseq
5f7b84
 rt_sigaction