Get rid of O_ATOMIC
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index c428260ca4b80132da47f4ab26f84d21dd3409f6..ebaf8af5e2f3f683dabd15249df6dcbd662bae5e 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -133,12 +133,6 @@ extern int fio_cpus_split(os_cpu_mask_t *mask, unsigned int cpu);
 #define OS_O_DIRECT                    O_DIRECT
 #endif
 
-#ifdef OS_O_ATOMIC
-#define FIO_O_ATOMIC                   OS_O_ATOMIC
-#else
-#define FIO_O_ATOMIC                   0
-#endif
-
 #ifndef FIO_HAVE_HUGETLB
 #define SHM_HUGETLB                    0
 #define MAP_HUGETLB                    0