cosmopolitan/libc/sysv/errfuns/enotsock.S
2021-03-01 00:18:23 -08:00

12 lines
200 B
ArmAsm

#include "libc/macros.internal.h"
.text.unlikely
enotsock:
.leafprologue
.profilable
mov ENOTSOCK(%rip),%eax
mov %eax,errno(%rip)
push $-1
pop %rax
.leafepilogue
.endfn enotsock,globl,hidden