]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/tst-fcntl.c
2.5-18.1
[thirdparty/glibc.git] / io / tst-fcntl.c
index fed884913c4cb238e144d3411984b4eef11ba397..93ea9b0b0236eadf5804f08985289b092b52bc1d 100644 (file)
@@ -42,7 +42,7 @@ static char *name;
 void
 do_prepare (int argc, char *argv[])
 {
-   char name_len;
+   size_t name_len;
 
    name_len = strlen (test_dir);
    name = malloc (name_len + sizeof ("/fcntlXXXXXX"));