Kill now unneeded clock definitions
authorJens Axboe <axboe@kernel.dk>
Wed, 23 Jan 2013 22:29:59 +0000 (15:29 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 23 Jan 2013 22:29:59 +0000 (15:29 -0700)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
os/os-hpux.h
os/os-mac.h

index b4d677a4cf28d63bea693d7dc1b5add509b7724e..266f0f1fb9b5152cbece81591b2d4e17107d7686 100644 (file)
 #define POSIX_MADV_RANDOM      MADV_RANDOM
 #define posix_madvise(ptr, sz, hint)   madvise((ptr), (sz), (hint))
 
-#ifndef CLOCK_MONOTONIC
-#define CLOCK_MONOTONIC                CLOCK_REALTIME
-#endif
-
 #ifndef MSG_WAITALL
 #define MSG_WAITALL    0x40
 #endif
index c8d7dcae6cc1caf3bc28d2a61e3d98bac8b0e779..6ed26c57cf8ea4c3817b070972229c59945f522c 100644 (file)
 
 #include "../file.h"
 
-#ifndef CLOCK_REALTIME
-#define CLOCK_REALTIME 1
-#endif
-
 #define FIO_USE_GENERIC_RAND
 #define FIO_USE_GENERIC_INIT_RANDOM_STATE
 #define FIO_HAVE_GETTID