cosmopolitan/libc/sysv/errfuns/enotempty.S

13 lines
194 B
ArmAsm

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