summaryrefslogtreecommitdiff
path: root/nptl/tst-rwlock6.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-30 17:50:29 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-30 17:50:29 +0000
commit7ab7ea333d4d8274ecada374923209efa13bb900 (patch)
treefbbab72efb0d21549ef55a7ae7fe8d7f379c6d46 /nptl/tst-rwlock6.c
parenta14c918ddd41c66bc2163ee6c17bdc77bd1e67de (diff)
Update.
* tst-rwlock6.c (do_test): Use correct format specifier. * sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S (__lll_mutex_lock_wait): Replace one memory operation with one register operation. * sysdeps/unix/sysv/linux/x86_64/lowlevelmutex.S (__lll_mutex_lock_wait): Likewise.
Diffstat (limited to 'nptl/tst-rwlock6.c')
-rw-r--r--nptl/tst-rwlock6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-rwlock6.c b/nptl/tst-rwlock6.c
index af2c2119c7..3b525b9d5d 100644
--- a/nptl/tst-rwlock6.c
+++ b/nptl/tst-rwlock6.c
@@ -206,7 +206,7 @@ do_test (void)
}
if (status != NULL)
{
- printf ("failure in round %d\n", cnt);
+ printf ("failure in round %Zu\n", cnt);
exit (1);
}