X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-aix.h;h=e204d6f27f270f1e63a06809fb4fdaffb2cbe1e4;hb=bae743b1ed1fb245ace451f81baa0949def35814;hp=01b2bdbb29ad2e605ea55f5c9d83819b29f9208d;hpb=67bf982340d95ca98098ea050b54b4c7adb116c0;p=fio.git diff --git a/os/os-aix.h b/os/os-aix.h index 01b2bdbb..e204d6f2 100644 --- a/os/os-aix.h +++ b/os/os-aix.h @@ -14,22 +14,14 @@ #define FIO_USE_GENERIC_RAND #define FIO_USE_GENERIC_INIT_RANDOM_STATE -#define FIO_HAVE_PSHARED_MUTEX - #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 static inline int blockdev_invalidate_cache(struct fio_file *f) { - return EINVAL; + return ENOTSUP; } static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes)