Fix aiocb compile warnings on HPUX
[fio.git] / os / os-hpux.h
index d7397bff0db6a4e6e5e29982d4e32fbcd97ef1aa..4353a0199aa64c5c857613d9bc4b1c7331e7f45f 100644 (file)
@@ -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;