cosmopolitan/libc/sysv/errfuns/esrch.S
2020-06-15 07:18:57 -07:00

11 lines
181 B
ArmAsm

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