aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-rwlock7.c
diff options
context:
space:
mode:
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);
}