cosmopolitan/libc/sysv/consts/EWOULDBLOCK.S
Justine Tunney 1422e96b4e
Introduce native support for MacOS ARM64
There's a new program named ape/ape-m1.c which will be used to build an
embeddable binary that can load ape and elf executables. The support is
mostly working so far, but still chasing down ABI issues.
2023-05-20 04:17:03 -07:00

5 lines
152 B
ArmAsm

#include "libc/sysv/consts/syscon.internal.h"
.syscon compat,EWOULDBLOCK,11,11,35,35,35,35,10035
#ifdef __x86_64__
.yoink kDos2Errno.EWOULDBLOCK
#endif