mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 17:44:48 +09:00
Update src/mono/mono/utils/mono-time.h
Co-Authored-By: Ryan Lucia <ryan@luciaonline.net>
This commit is contained in:
parent
f8d34f613b
commit
0eadf6eca9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ typedef clock_serv_t mono_clock_id_t;
|
|||
#include <sys/types.h>
|
||||
typedef clockid_t mono_clock_id_t;
|
||||
#else
|
||||
typedef void* mono_clock_id_t;
|
||||
typedef void *mono_clock_id_t;
|
||||
#endif
|
||||
|
||||
void mono_clock_init (mono_clock_id_t *clk_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue