From 3b85df27870a47ed1db84e948e37a5a50a178a92 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 15 May 2011 11:18:10 -0400 Subject: sysconf on Linux/ia64 reported outdate versions for some options The code is also cleaned up to avoid inefficiencies. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 24606483a3..b1c3677347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2011-05-15 Ulrich Drepper + [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. -- cgit 1.4.1