X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-hpux.h;h=5943938194cc71027556ae6d59f037e9ca0a5f6d;hb=cca84643cc10cd72b0b453ff92ccb8643ba51493;hp=43098ad72d86fcc40d6d8c2860d7fa62722d3b6d;hpb=901ebe18bdca90032e2fe107a1410385da80d18b;p=fio.git diff --git a/os/os-hpux.h b/os/os-hpux.h index 43098ad7..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 @@ -55,6 +57,9 @@ #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;