From 65d46efed2d82da579f9dfb72b51f77fb77470d2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 30 May 2003 03:47:32 +0000 Subject: 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. --- nptl/tst-rwlock7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/tst-rwlock7.c') 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); } -- cgit v1.2.3