mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 20:13:31 +00:00
13 lines
220 B
ArmAsm
13 lines
220 B
ArmAsm
#include "libc/macros.internal.h"
|
|
.text.unlikely
|
|
|
|
.section .privileged,"ax",@progbits
|
|
|
|
echild: .leafprologue
|
|
mov ECHILD(%rip),%ecx
|
|
.errno
|
|
mov %ecx,(%rax)
|
|
push $-1
|
|
pop %rax
|
|
.leafepilogue
|
|
.endfn echild,globl,hidden
|