ETA fix
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index 2dfed5e2dc042aeb5546ad9a5be91609749da089..1cff4945bc7bfc5a1e062bfd5c24ee196899cf76 100644 (file)
--- a/os/os.h
+++ b/os/os.h
 #define FIO_O_NOATIME                  0
 #endif
 
+#ifndef OS_RAND_MAX
+#define OS_RAND_MAX                    RAND_MAX
+#endif
+
 #ifndef FIO_HAVE_RAWBIND
 #define fio_lookup_raw(dev, majdev, mindev)    1
 #endif