about summary refs log tree commit diff
path: root/stdio-common/tst-rndseek.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/tst-rndseek.c')
-rw-r--r--stdio-common/tst-rndseek.c2
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);