From: Siddhesh Poyarekar Date: Mon, 18 Feb 2013 16:11:34 +0000 (+0530) Subject: Fix ChangeLogs X-Git-Tag: glibc-2.18~690 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4804ca2bb7c91c889ed66b88d4fea21b593d2e3;p=thirdparty%2Fglibc.git Fix ChangeLogs --- diff --git a/ChangeLog b/ChangeLog index 44ab1f88468..44e6955fbe9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,9 +34,6 @@ * stdlib/tst-tls-atexit-lib.c: New test case. * misc/tst-pselect.c: Include stdlib.h for declaration of exit. - * nptl/sysdeps/pthread/tst-timer.c: Likewise. - * nptl/tst-barrier4.c: Likewise. - * nptl/tst-robust7.c: Likewise. * elf/Versions (ld): Add _dl_find_dso_for_object. * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object. diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 8fedcf4dd81..765434cf2a8 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,10 @@ 2013-02-18 Siddhesh Poyarekar + * sysdeps/pthread/tst-timer.c: Include stdlib.h for declaration + of exit. + * tst-barrier4.c: Likewise. + * tst-robust7.c: Likewise. + [BZ #14920] * pthreadP.h (USE_REQUEUE_PI): New macro to check if mutex is PI-aware.