X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fos-hpux.h;h=266f0f1fb9b5152cbece81591b2d4e17107d7686;hp=b4d677a4cf28d63bea693d7dc1b5add509b7724e;hb=37adbfc4e189873d1d02c145b81c779971ef5337;hpb=5351f564918be658b8dd98a373cd91247c1e484b diff --git a/os/os-hpux.h b/os/os-hpux.h index b4d677a4..266f0f1f 100644 --- a/os/os-hpux.h +++ b/os/os-hpux.h @@ -33,10 +33,6 @@ #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