Fixup bad logging types
[fio.git] / os / os-mac.h
index 6ed26c57cf8ea4c3817b070972229c59945f522c..d202e99dd60a93bc3c11dd0088456bbc1a731adf 100644 (file)
 
 #define OS_MAP_ANON            MAP_ANON
 
-#if defined(__LITTLE_ENDIAN__)
-#define FIO_LITTLE_ENDIAN
-#elif defined(__BIG_ENDIAN__)
-#define FIO_BIG_ENDIAN
-#else
-#error "Undefined byte order"
-#endif
-
 #define fio_swap16(x)  OSSwapInt16(x)
 #define fio_swap32(x)  OSSwapInt32(x)
 #define fio_swap64(x)  OSSwapInt64(x)