mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 02:38:31 +00:00
Avoid potential build error
This commit is contained in:
parent
03875beadb
commit
0d6ff04b87
3 changed files with 6 additions and 3 deletions
|
@ -40,9 +40,9 @@ static clock_gettime_f *__clock_gettime_get(void) {
|
|||
return cgt;
|
||||
} else if (__syslib) {
|
||||
return (void *)__syslib->__clock_gettime;
|
||||
#ifdef __x86_64__
|
||||
} else if (IsWindows()) {
|
||||
return sys_clock_gettime_nt;
|
||||
#ifdef __x86_64__
|
||||
} else if (IsXnu()) {
|
||||
return sys_clock_gettime_xnu;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue