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