X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-hpux.h;h=5943938194cc71027556ae6d59f037e9ca0a5f6d;hb=e4413f05e5fe1ff50e5fa751b818b1f539a33120;hp=ae3d6f2864c770879447abc71f33e5e72450dd00;hpb=6e675fcb0886d989b327bdb6a0a8717f345221cb;p=fio.git diff --git a/os/os-hpux.h b/os/os-hpux.h index ae3d6f28..59439381 100644 --- a/os/os-hpux.h +++ b/os/os-hpux.h @@ -1,6 +1,8 @@ #ifndef FIO_OS_HPUX_H #define FIO_OS_HPUX_H +#define FIO_OS os_hpux + #include #include #include @@ -50,9 +52,14 @@ #define FIO_BIG_ENDIAN #endif +#define FIO_USE_GENERIC_SWAP + #define FIO_OS_HAVE_AIOCB_TYPEDEF typedef struct aiocb64 os_aiocb_t; +#define FIO_OS_HAVE_SOCKLEN_T +typedef int fio_socklen_t; + static inline int blockdev_invalidate_cache(struct fio_file *f) { return EINVAL;