]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update syscall-names.list for Linux 4.20.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 1 Jan 2019 02:01:02 +0000 (02:01 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 1 Jan 2019 02:01:02 +0000 (02:01 +0000)
This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
Linux 4.20.  Although there are no new syscalls, the
riscv_flush_icache syscall has moved to asm/unistd.h (previously in
asm/syscalls.h) and so now needs to be added to the list.

Tested with build-many-glibcs.py.

* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
version to 4.20.
(riscv_flush_icache): New syscall.

ChangeLog
sysdeps/unix/sysv/linux/syscall-names.list

index 2336805e4944a87ce00868d482e1593915bc2d21..e647086f7902ecd1eb4c2a70a807ff3f37ea3730 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2019-01-01  Joseph Myers  <joseph@codesourcery.com>
 
+       * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
+       version to 4.20.
+       (riscv_flush_icache): New syscall.
+
        * manual/texinfo.tex: Update to version 2018-12-28.17 with
        trailing whitespace removed.
        * scripts/config.guess: Update to version 2019-01-01.
index 698069a52d28afd56ee7941e6a9950c88b8e9b64..b650dc07cc644d3b4413ab2cbcf353ba38f97162 100644 (file)
@@ -22,8 +22,8 @@
 # names are only used if the installed kernel headers also provide
 # them.
 
-# The list of system calls is current as of Linux 4.19.
-kernel 4.19
+# The list of system calls is current as of Linux 4.20.
+kernel 4.20
 
 FAST_atomic_update
 FAST_cmpxchg
@@ -431,6 +431,7 @@ renameat
 renameat2
 request_key
 restart_syscall
+riscv_flush_icache
 rmdir
 rseq
 rt_sigaction