Improve ETA for fill_device based job files
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index b7fce80c6f7ce0070146a2f3986e15891108f045..218766ab1fee160a252dc3bc14a8c5ee69705c79 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -147,4 +147,11 @@ static inline long os_random_long(os_random_state_t *rs)
 }
 #endif
 
+#ifndef FIO_HAVE_FS_STAT
+static inline unsigned long long get_fs_size(const char *path)
+{
+       return 0;
+}
+#endif
+
 #endif