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

#include "libc/sysv/consts/syscon.internal.h"
.syscon errno,ENOTSUP,95,95,45,45,45,91,86,10045
#ifdef __x86_64__
.yoink kDos2Errno.ENOTSUP
#endif