Kill now unneeded clock definitions
[fio.git] / os / os-hpux.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