X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fos.h;h=cbb476fe532a63375d7bcea6cc9d99f978194381;hp=d6ce9a778acf518b6811d13e88b093204b292a9d;hb=b9fd788f0e8adacc33316107594e9eb0463743d7;hpb=9e684a4976b7934f5ce011ea281dfef3352e5738 diff --git a/os/os.h b/os/os.h index d6ce9a77..cbb476fe 100644 --- 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 +#ifndef FIO_OS_PATH_SEPARATOR +#define FIO_OS_PATH_SEPARATOR "/" +#endif + #ifndef FIO_MAX_JOBS #define FIO_MAX_JOBS 2048 #endif