mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 10:58:50 -05:00
Added CLOCK_REALTIME to clock_gettime emulation.
This commit is contained in:
parent
fe05515f43
commit
0c21dd3924
1
deps/tinycthread.h
vendored
1
deps/tinycthread.h
vendored
|
@ -122,6 +122,7 @@ typedef int _tthread_clockid_t;
|
|||
/* Emulate clock_gettime */
|
||||
int _tthread_clock_gettime(clockid_t clk_id, struct timespec *ts);
|
||||
#define clock_gettime _tthread_clock_gettime
|
||||
#define CLOCK_REALTIME 0
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user