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