Remove endianness TODO, should be done now
[fio.git] / os / os-aix.h
index 91c8bcda84d572f76b04fe5f12589430ca4252cd..d21e57320a2edf8a6fbf709839476713aaed1afe 100644 (file)
 #define OS_MAP_ANON            MAP_ANON
 #define OS_MSG_DONTWAIT                0
 
+#if BYTE_ORDER == BIG_ENDIAN
+#define FIO_BIG_ENDIAN
+#else
+#define FIO_LITTLE_ENDIAN
+#endif
+
+#define FIO_USE_GENERIC_SWAP
+
+#define FIO_OS_HAVE_SOCKLEN_T
+#define fio_socklen_t socklen_t
+
 static inline int blockdev_invalidate_cache(struct fio_file *f)
 {
        return EINVAL;