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