aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-15 11:18:10 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-15 11:18:10 -0400
commit3b85df27870a47ed1db84e948e37a5a50a178a92 (patch)
tree0857de32492f4bb0e3b906b3e33b2c8b8d34c57b /ChangeLog
parent15a856b1090669df0aec536edbdf240e71a470ca (diff)
downloadglibc-3b85df27870a47ed1db84e948e37a5a50a178a92.zip
glibc-3b85df27870a47ed1db84e948e37a5a50a178a92.tar.gz
glibc-3b85df27870a47ed1db84e948e37a5a50a178a92.tar.bz2
sysconf on Linux/ia64 reported outdate versions for some options
The code is also cleaned up to avoid inefficiencies.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2460648..b1c3677 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-05-15 Ulrich Drepper <drepper@gmail.com>
+ [BZ #10157]
+ * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
+ tests into ...
+ (has_cpuclock): ...this. New function.
+ * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
+ macro here based on has_cpuclock code.
+
[BZ #10149]
* sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
First byte (not low byte) is now always NUL.