cosmopolitan/libc/sysv/consts/EINTR.S
Justine Tunney bcf9af94bf
Get threads working well on MacOS Arm64
- Now using 10x better GCD semaphores
- We now generate Linux-like thread ids
- We now use fast system clock / sleep libraries
- The APE M1 loader now generates Linux-like stacks
2023-06-04 01:57:10 -07:00

5 lines
135 B
ArmAsm

#include "libc/sysv/consts/syscon.internal.h"
.syscon errno,EINTR,4,4,4,4,4,4,4,10004
#ifdef __x86_64__
.yoink kDos2Errno.EINTR
#endif