From baa6677be0054fa1dab3000881098f7e943bfc5d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 11 Jul 2011 10:56:32 +0200 Subject: [PATCH 1/1] HP-UX: has aio_fsync() and fallocate() Signed-off-by: Jens Axboe --- os/os-hpux.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os/os-hpux.h b/os/os-hpux.h index 1b1c9589..0e8152bc 100644 --- a/os/os-hpux.h +++ b/os/os-hpux.h @@ -23,6 +23,8 @@ #define FIO_HAVE_PSHARED_MUTEX #define FIO_HAVE_FADVISE #define FIO_HAVE_CHARDEV_SIZE +#define FIO_HAVE_FALLOCATE +#define FIO_HAVE_POSIXAIO_FSYNC #define OS_MAP_ANON MAP_ANONYMOUS #define OS_MSG_DONTWAIT 0 -- 2.25.1