summaryrefslogtreecommitdiff
path: root/nptl/tst-rwlock7.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-30 03:47:32 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-30 03:47:32 +0000
commit65d46efed2d82da579f9dfb72b51f77fb77470d2 (patch)
treef5bfe32057ed41185a52395350e764ec1018e77f /nptl/tst-rwlock7.c
parent284bdc42e866adf2d5eafd83ab471735350e2356 (diff)
Update.
* sysdeps/unix/sysv/linux/ia64/lowlevellock.h (__lll_mutex_unlock_force): New function. (lll_mutex_unlock_force): Use __lll_mutex_unlock_force. * tst-rwlock7.c (do_test): Use correct format specifier.
Diffstat (limited to 'nptl/tst-rwlock7.c')
-rw-r--r--nptl/tst-rwlock7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-rwlock7.c b/nptl/tst-rwlock7.c
index 6dd8fef5a7..1f34c06505 100644
--- a/nptl/tst-rwlock7.c
+++ b/nptl/tst-rwlock7.c
@@ -161,7 +161,7 @@ do_test (void)
}
if (status != NULL)
{
- printf ("failure in round %d\n", cnt);
+ printf ("failure in round %Zu\n", cnt);
exit (1);
}