Whamcloud - gitweb
LU-8191 tests: convert functions to static
[fs/lustre-release.git] / lustre / tests / createmany.c
index 7367d0c..be3fed6 100644 (file)
@@ -75,7 +75,7 @@ static char *get_file_name(const char *fmt, long n, int has_fmt_spec)
        return filename;
 }
 
-double now(void)
+static double now(void)
 {
        struct timeval tv;
        gettimeofday(&tv, NULL);