about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-02-01 21:10:04 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-02-01 21:10:04 +0000
commit39f898c69205ea4dc3ca2e817f797df95d928347 (patch)
tree0cc0ee33bfe9240725ceab5d9b6f4119f828b423 /ChangeLog
parent6f9a3dd8b831f92d9d9a53d99101a7fe7f755f44 (diff)
downloadglibc-39f898c69205ea4dc3ca2e817f797df95d928347.tar.gz
glibc-39f898c69205ea4dc3ca2e817f797df95d928347.tar.xz
glibc-39f898c69205ea4dc3ca2e817f797df95d928347.zip
Update syscall-names.list for 4.15.
This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
Linux 4.15.  There only appears to be one new syscall to add to the
list.  (The riscv_flush_icache syscall is *not* added because for
whatever reason it doesn't appear in the uapi asm/unistd.h; only in
arch/riscv/include/uapi/asm/syscalls.h, which is only included by the
non-uapi asm/unistd.h - and only syscalls whose __NR_* macros are
defined in the uapi asm/unistd.h are relevant for this list.)

Tested for x86_64, and with build-many-glibcs.py.

	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
	version to 4.15.
	(s390_sthyi): New syscall.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1453e9cc9d..480090e720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-02-01  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
+	version to 4.15.
+	(s390_sthyi): New syscall.
+
 	* sysdeps/generic/ldbl-classify-compat.h: New file.
 	* sysdeps/arm/ldbl-classify-compat.h: Likewise.
 	* sysdeps/m68k/coldfire/ldbl-classify-compat.h: Likewise.