Add OS_PATH_SEPARATOR for platforms which have different path separator characters...
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index d6ce9a778acf518b6811d13e88b093204b292a9d..cbb476fe532a63375d7bcea6cc9d99f978194381 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -125,6 +125,10 @@ typedef unsigned long os_cpu_mask_t;
 #define FIO_PREFERRED_ENGINE   "sync"
 #endif
 
 #define FIO_PREFERRED_ENGINE   "sync"
 #endif
 
+#ifndef FIO_OS_PATH_SEPARATOR
+#define FIO_OS_PATH_SEPARATOR  "/"
+#endif
+
 #ifndef FIO_MAX_JOBS
 #define FIO_MAX_JOBS           2048
 #endif
 #ifndef FIO_MAX_JOBS
 #define FIO_MAX_JOBS           2048
 #endif