diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6c973b4c73..dc074723c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-11-29 Roland McGrath <roland@hack.frob.com> + * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock): Function removed. + (HAS_CPUCLOCK): Macro removed. + (__sysconf): Return unconditional success for _SC_MONOTONIC_CLOCK, + _SC_CPUTIME, and _SC_THREAD_CPUTIME. + * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning. 2012-11-28 Jeff Law <law@redhat.com> |