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