diff options
Diffstat (limited to 'os/os-solaris.h')
-rw-r--r-- | os/os-solaris.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/os/os-solaris.h b/os/os-solaris.h index e292172d..3e825436 100644 --- a/os/os-solaris.h +++ b/os/os-solaris.h @@ -17,7 +17,6 @@ #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 @@ -29,7 +28,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(struct fio_file fio_unused *f) +static inline int blockdev_invalidate_cache(struct fio_file *f) { return EINVAL; } |