Initial import
This commit is contained in:
11
libc/sysv/errfuns/echild.S
Normal file
11
libc/sysv/errfuns/echild.S
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "libc/macros.h"
|
||||
.text.unlikely
|
||||
|
||||
echild: .leafprologue
|
||||
.profilable
|
||||
mov ECHILD(%rip),%eax
|
||||
mov %eax,errno(%rip)
|
||||
push $-1
|
||||
pop %rax
|
||||
.leafepilogue
|
||||
.endfn echild,globl,hidden
|
||||
Reference in New Issue
Block a user