X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=inline;f=os%2Fos-aix.h;h=3d677650934e8a762d6651f32cfa5ee096b47b69;hb=4e0a8fa2593006505b7f4e18931a201d221b49e9;hp=3cbc80f32c47fd681505ac2916037289cc4154ba;hpb=b4c1fb368f9863449e4c0312df845b58f8b67717;p=fio.git diff --git a/os/os-aix.h b/os/os-aix.h index 3cbc80f3..3d677650 100644 --- a/os/os-aix.h +++ b/os/os-aix.h @@ -10,35 +10,17 @@ #include "../file.h" -#define FIO_HAVE_POSIXAIO #define FIO_HAVE_ODIRECT #define FIO_USE_GENERIC_RAND -#define FIO_HAVE_CLOCK_MONOTONIC -#define FIO_HAVE_PTHREAD_CONDATTR_SETCLOCK - -/* - * This is broken on AIX if _LARGE_FILES is defined... - */ -#if 0 -#define FIO_HAVE_FALLOCATE -#endif +#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 -#define FIO_OS_HAVE_SOCKLEN_T -#define fio_socklen_t socklen_t - static inline int blockdev_invalidate_cache(struct fio_file *f) { return EINVAL;