mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
(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…
x
Reference in New Issue
Block a user