X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-mac.h;h=d202e99dd60a93bc3c11dd0088456bbc1a731adf;hb=79c896a122a7a39b840257215e622bdeff8272f1;hp=6ed26c57cf8ea4c3817b070972229c59945f522c;hpb=37adbfc4e189873d1d02c145b81c779971ef5337;p=fio.git diff --git a/os/os-mac.h b/os/os-mac.h index 6ed26c57..d202e99d 100644 --- a/os/os-mac.h +++ b/os/os-mac.h @@ -23,14 +23,6 @@ #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)