diff options
author | Bruce Cran <bruce@cran.org.uk> | 2011-01-04 10:59:30 +0100 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-01-04 10:59:30 +0100 |
commit | ecc314ba7c5f02b7e90ac1dfbce1a74cd4e6d6fe (patch) | |
tree | 6ffdc338398b8426022d7e32a185db4ffb41d58f /os/os-solaris.h | |
parent | 03e20d687566753b90383571e5e152c5142bdffd (diff) | |
download | fio-ecc314ba7c5f02b7e90ac1dfbce1a74cd4e6d6fe.tar.gz fio-ecc314ba7c5f02b7e90ac1dfbce1a74cd4e6d6fe.tar.bz2 |
FIO Windows update
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'os/os-solaris.h')
-rw-r--r-- | os/os-solaris.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/os-solaris.h b/os/os-solaris.h index f8ce1f31..14164b01 100644 --- a/os/os-solaris.h +++ b/os/os-solaris.h @@ -15,6 +15,7 @@ #define FIO_HAVE_PSHARED_MUTEX #define FIO_USE_GENERIC_BDEV_SIZE #define FIO_HAVE_FDATASYNC +#define FIO_HAVE_CLOCK_MONOTONIC #define OS_MAP_ANON MAP_ANON #define OS_RAND_MAX 2147483648UL @@ -26,7 +27,7 @@ struct solaris_rand_seed { typedef psetid_t os_cpu_mask_t; typedef struct solaris_rand_seed os_random_state_t; -static inline int blockdev_invalidate_cache(int fd) +static inline int blockdev_invalidate_cache(struct fio_file fio_unused *f) { return EINVAL; } |