aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24606483a3..b1c3677347 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.