diff options
Diffstat (limited to 'nptl/tst-cancel4.c')
-rw-r--r-- | nptl/tst-cancel4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-cancel4.c b/nptl/tst-cancel4.c index 3cedf6920f..08ab3291f5 100644 --- a/nptl/tst-cancel4.c +++ b/nptl/tst-cancel4.c @@ -399,7 +399,7 @@ do_test (void) exit (1); } - int cnt; + size_t cnt; for (cnt = 0; cnt < ntest_tf; ++cnt) { if (pthread_barrier_init (&b2, NULL, tests[cnt].nb) != 0) |