Whamcloud - gitweb
add explicit atoll() declaration to keep gcc happy.
authornikita <nikita>
Mon, 12 Sep 2005 15:48:08 +0000 (15:48 +0000)
committernikita <nikita>
Mon, 12 Sep 2005 15:48:08 +0000 (15:48 +0000)
lustre/tests/random-reads.c

index 27ce5bf..178ecc1 100644 (file)
@@ -34,6 +34,8 @@
 #include <sys/types.h>
 #include <sys/time.h>
 
+long long atoll(const char *nptr);
+
 static void usage(void)
 {
        printf("random-reads: read random chunks of a file.\n");