mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
b5cb71ab84
Condition variables, barriers, and r/w locks now work very well.
10 lines
262 B
C
10 lines
262 B
C
#ifndef NSYNC_MALLOC_INTERNAL_H_
|
|
#define NSYNC_MALLOC_INTERNAL_H_
|
|
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
|
COSMOPOLITAN_C_START_
|
|
|
|
void *nsync_malloc_(size_t);
|
|
|
|
COSMOPOLITAN_C_END_
|
|
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
|
#endif /* NSYNC_MALLOC_INTERNAL_H_ */
|