diff options
Diffstat (limited to 'stdio-common/tst-rndseek.c')
-rw-r--r-- | stdio-common/tst-rndseek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tst-rndseek.c b/stdio-common/tst-rndseek.c index 60fd5094d8..61b919c002 100644 --- a/stdio-common/tst-rndseek.c +++ b/stdio-common/tst-rndseek.c @@ -67,7 +67,7 @@ do_test (void) { int fd; FILE *fp; - int i; + size_t i; int result; fd = mkstemp (fname); |