Add gtod_cpu option for pinning gettimeofday() to a single CPU
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index 1cff4945bc7bfc5a1e062bfd5c24ee196899cf76..823b039a01ab30e61efaf7742588fb179ea3b8b0 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -40,7 +40,8 @@
 
 #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)
 #endif
 
 #ifndef FIO_HAVE_IOPRIO