about summary refs log tree commit diff
path: root/posix/getconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/getconf.c')
-rw-r--r--posix/getconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/getconf.c b/posix/getconf.c
index bcde4c58a1..45eabb2a2c 100644
--- a/posix/getconf.c
+++ b/posix/getconf.c
@@ -528,7 +528,7 @@ environment SPEC.\n\n"));
   /* Check for the specifications we know.  */
   if (spec != NULL)
     {
-      int i;
+      size_t i;
       for (i = 0; i < nspecs; ++i)
 	if (strcmp (spec, specs[i].name) == 0)
 	  break;