X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-hpux.h;h=82acd1105fc51aa22f3976643a18999b245ebb3e;hb=b06370ef479196773ee45d2d68d57e098e0f8d1e;hp=b4d677a4cf28d63bea693d7dc1b5add509b7724e;hpb=67bf982340d95ca98098ea050b54b4c7adb116c0;p=fio.git diff --git a/os/os-hpux.h b/os/os-hpux.h index b4d677a4..82acd110 100644 --- a/os/os-hpux.h +++ b/os/os-hpux.h @@ -33,20 +33,10 @@ #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 -#ifdef LITTLE_ENDIAN -#define FIO_LITTLE_ENDIAN -#else -#define FIO_BIG_ENDIAN -#endif - #define FIO_USE_GENERIC_SWAP #define FIO_OS_HAVE_AIOCB_TYPEDEF