about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-10-25 14:43:10 -0700
committerRoland McGrath <roland@hack.frob.com>2012-10-25 14:43:10 -0700
commitc0a1472e2272045d6520eb92f6a5438e2323b79b (patch)
tree705ac5ed525befa41be5af183cd1f51050632831 /nptl/ChangeLog
parentdf381762dc462d62b4a2994fa6399f5cfa8891a3 (diff)
downloadglibc-c0a1472e2272045d6520eb92f6a5438e2323b79b.tar.gz
glibc-c0a1472e2272045d6520eb92f6a5438e2323b79b.tar.xz
glibc-c0a1472e2272045d6520eb92f6a5438e2323b79b.zip
Fix compiler warnings in some NPTL tests.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 040b64c4ed..62771e3d20 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,14 @@
+2012-10-25  Roland McGrath  <roland@hack.frob.com>
+
+	* tst-basic2.c (do_test): Return RESULT, not always zero.
+
+	* tst-cond25.c: Include <stdint.h>
+	(waiter): Add casts to uintptr_t between casting integer<->pointer.
+	(timed_waiter): Likewise.
+	(do_test_wait): Likewise.
+	* tst-cond-except.c (thr): Likewise.
+	(do_test): Use prototype definition.
+
 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
 	    Jim Blandy  <jimb@codesourcery.com>