summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-18 21:41:34 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-18 21:41:34 +0530
commitf4804ca2bb7c91c889ed66b88d4fea21b593d2e3 (patch)
treec8c0280479e00db7626b60644419f13c81238293 /nptl
parentba384f6ed9275f3966505f2375b56d169e3dc588 (diff)
downloadglibc-f4804ca2bb7c91c889ed66b88d4fea21b593d2e3.tar.gz
glibc-f4804ca2bb7c91c889ed66b88d4fea21b593d2e3.tar.xz
glibc-f4804ca2bb7c91c889ed66b88d4fea21b593d2e3.zip
Fix ChangeLogs
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 8fedcf4dd8..765434cf2a 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -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.