Add support for different weights for reads and writes with bssplit
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index 1cff4945bc7bfc5a1e062bfd5c24ee196899cf76..5a3bc559186a2c076635a91c6cf85c72a9b80211 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -40,7 +40,9 @@
 
 #ifndef FIO_HAVE_CPU_AFFINITY
 #define fio_setaffinity(td)            (0)
-#define fio_getaffinity(pid, mask)     do { } while(0)
+#define fio_getaffinity(pid, mask)     do { } while (0)
+#define fio_cpu_clear(mask, cpu)       do { } while (0)
+#define fio_cpuset_exit(mask)          (-1)
 #endif
 
 #ifndef FIO_HAVE_IOPRIO