(QNX) More generic QNX define usage
This commit is contained in:
parent
c85a20a0b1
commit
27d4d7f77f
|
@ -36,9 +36,11 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __BLACKBERRY_QNX__
|
#ifdef __QNX__
|
||||||
|
#ifndef CLOCK_MONOTONIC
|
||||||
#define CLOCK_MONOTONIC 2
|
#define CLOCK_MONOTONIC 2
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__PSL1GHT__)
|
#if defined(__PSL1GHT__)
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
Loading…
Reference in New Issue