X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fos-hpux.h;h=4353a0199aa64c5c857613d9bc4b1c7331e7f45f;hp=d7397bff0db6a4e6e5e29982d4e32fbcd97ef1aa;hb=e97c14423a5688d7adfb342c16363c263cb741f9;hpb=3c703d13b1323869de7e51b9c5c7feb9d9c8211d;ds=inline diff --git a/os/os-hpux.h b/os/os-hpux.h index d7397bff..4353a019 100644 --- a/os/os-hpux.h +++ b/os/os-hpux.h @@ -43,6 +43,9 @@ #define MSG_WAITALL 0x40 #endif +#define FIO_OS_HAVE_AIOCB_TYPEDEF +typedef struct aiocb64 os_aiocb_t; + static inline int blockdev_invalidate_cache(struct fio_file *f) { return EINVAL;