about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-07-01 11:57:46 +1000
committerDavid Holsgrove <david.holsgrove@xilinx.com>2014-07-01 14:57:59 +1000
commitb0cb309635f43aa269dba0ea9925ced294926546 (patch)
treeff453249678c43e3111eebb9f9c198b86d27e808 /ChangeLog
parent4d76cb39354d4d04dbc46f55394fb6d2721afaca (diff)
downloadglibc-b0cb309635f43aa269dba0ea9925ced294926546.tar.gz
glibc-b0cb309635f43aa269dba0ea9925ced294926546.tar.xz
glibc-b0cb309635f43aa269dba0ea9925ced294926546.zip
MicroBlaze: Update kernel-features.h for syscalls added in 3.15
Now that the MicroBlaze 3.15 kernel has the pselect6, preadv and
pwritev syscalls, this patch updates kernel-features.h so they are
assumed to be present for 3.15 and later kernels.

2014-06-17  Joseph Myers  <joseph@codesourcery.com>

	* sysdeps/unix/sysv/linux/microblaze/kernel-features.h
	[__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
	undefine.
	[__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
	[__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.

Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 619e434454..3ac4f45071 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-07-01  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/microblaze/kernel-features.h
+	[__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
+	undefine.
+	[__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
+	[__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
+
 2014-07-01  Roland McGrath <roland@hack.frob.com>
 
 	* sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.