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