cosmopolitan/libc/sysv/consts/ETIMEDOUT.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
151 B
ArmAsm

#include "libc/sysv/consts/syscon.internal.h"
.syscon errno,ETIMEDOUT,110,110,60,60,60,60,60,1460
#ifdef __x86_64__
.yoink kDos2Errno.ETIMEDOUT
#endif