X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fos-hpux.h;h=b4d677a4cf28d63bea693d7dc1b5add509b7724e;hp=5943938194cc71027556ae6d59f037e9ca0a5f6d;hb=5351f564918be658b8dd98a373cd91247c1e484b;hpb=fddc6604f91ebf76d9090741f9d4f5a4d33be0c6 diff --git a/os/os-hpux.h b/os/os-hpux.h index 59439381..b4d677a4 100644 --- a/os/os-hpux.h +++ b/os/os-hpux.h @@ -19,16 +19,11 @@ #include "../file.h" -#define FIO_HAVE_POSIXAIO #define FIO_HAVE_ODIRECT #define FIO_USE_GENERIC_RAND -#define FIO_HAVE_CLOCK_MONOTONIC +#define FIO_USE_GENERIC_INIT_RANDOM_STATE #define FIO_HAVE_PSHARED_MUTEX -#define FIO_HAVE_FADVISE #define FIO_HAVE_CHARDEV_SIZE -#define FIO_HAVE_FALLOCATE -#define FIO_HAVE_POSIXAIO_FSYNC -#define FIO_HAVE_FDATASYNC #define OS_MAP_ANON MAP_ANONYMOUS #define OS_MSG_DONTWAIT 0 @@ -57,9 +52,6 @@ #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;