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 4d7af6ca77..2045aa2cb2 100644 --- a/nptl/tst-rwlock7.c +++ b/nptl/tst-rwlock7.c @@ -101,7 +101,7 @@ tf (void *arg) static int do_test (void) { - int cnt; + size_t cnt; for (cnt = 0; cnt < sizeof (kind) / sizeof (kind[0]); ++cnt) { pthread_rwlock_t r; |