diff options
Diffstat (limited to 'nptl/tst-rwlock7.c')
-rw-r--r-- | nptl/tst-rwlock7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-rwlock7.c b/nptl/tst-rwlock7.c index 6dd8fef..1f34c06 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); } |