]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix ChangeLogs
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 18 Feb 2013 16:11:34 +0000 (21:41 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 18 Feb 2013 16:11:34 +0000 (21:41 +0530)
ChangeLog
nptl/ChangeLog

index 44ab1f884680f9ca02886bf302e47077e9395580..44e6955fbe997253744c44721c8349a3bb4ea97f 100644 (file)
--- 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.
index 8fedcf4dd81cf28bd441b57b111a486aa05d6910..765434cf2a853de02ca5b26aadd0c0341259ac67 100644 (file)
@@ -1,5 +1,10 @@
 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+       * 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.