mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 20:28:30 +00:00
Fix the build
This commit is contained in:
parent
5dff63a31c
commit
3de35e196c
4 changed files with 9 additions and 2 deletions
10
libc/calls/nanos.internal.h
Normal file
10
libc/calls/nanos.internal.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_CALLS_NANOS_H_
|
||||
#define COSMOPOLITAN_LIBC_CALLS_NANOS_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
int128_t _nanos(int);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_CALLS_NANOS_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue