X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-aix.h;h=1aab96e08d40ad9656eaa41ba1626a348bfa0d52;hb=56440e63ac17d020a58e20a2341333a98f18a7ff;hp=3d677650934e8a762d6651f32cfa5ee096b47b69;hpb=0dcebdf4a70ef0d8144b8fcba763ae87e7fc74b5;p=fio.git diff --git a/os/os-aix.h b/os/os-aix.h index 3d677650..1aab96e0 100644 --- a/os/os-aix.h +++ b/os/os-aix.h @@ -11,11 +11,8 @@ #include "../file.h" #define FIO_HAVE_ODIRECT -#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 @@ -23,7 +20,7 @@ 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)