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