about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-08-10 15:53:27 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-08-10 15:53:27 +0000
commit121dce05fe25ed878088fa7351c840a303182c65 (patch)
treeb67c4ee7205ad5e59068608df8fd21a08d6ea3de /ChangeLog
parent77480c6ba52e49a70f37c6f49d59f2f72501aca0 (diff)
downloadglibc-121dce05fe25ed878088fa7351c840a303182c65.tar.gz
glibc-121dce05fe25ed878088fa7351c840a303182c65.tar.xz
glibc-121dce05fe25ed878088fa7351c840a303182c65.zip
Move Linux kernel version conditionals to kernel-features.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0edfa16bdc..386f8493c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-08-10  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/kernel-features.h
+	(__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
+	[__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
+	(__ASSUME_ARG_MAX_STACK_BASED): Define.
+	* sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
+	[__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
+	!__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
+	__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
+
 2012-08-09  Jeff Law <law@redhat.com>
 
 	[BZ #13939]