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

#include "libc/sysv/consts/syscon.internal.h"
.syscon errno,EPIPE,32,32,32,32,32,32,32,109
#ifdef __x86_64__
.yoink kDos2Errno.EPIPE
#endif