cosmopolitan/libc/thread/wait0.internal.h

12 lines
327 B
C
Raw Normal View History

2022-06-16 16:06:09 +00:00
#ifndef COSMOPOLITAN_LIBC_INTRIN_WAIT0_H_
#define COSMOPOLITAN_LIBC_INTRIN_WAIT0_H_
2022-09-13 21:57:38 +00:00
#include "libc/atomic.h"
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
2022-06-16 16:06:09 +00:00
2022-11-08 19:39:50 +00:00
errno_t _wait0(const atomic_int *) _Hide;
2022-06-16 16:06:09 +00:00
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
2022-06-16 16:06:09 +00:00
#endif /* COSMOPOLITAN_LIBC_INTRIN_WAIT0_H_ */