diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-10-25 14:43:10 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-10-25 14:43:10 -0700 |
commit | c0a1472e2272045d6520eb92f6a5438e2323b79b (patch) | |
tree | 705ac5ed525befa41be5af183cd1f51050632831 /nptl/ChangeLog | |
parent | df381762dc462d62b4a2994fa6399f5cfa8891a3 (diff) | |
download | glibc-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/ChangeLog | 11 |
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> |