Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
942fa486f669da8bb5db724d5c4fdc93b4fb65d9
/
.
/
libc
/
arch-x86_64
/
syscalls
/
nanosleep.S
blob: 2eced5b2c962ab842ed41784c3cd598fd48bcc04 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
nanosleep
)
movl
$
__NR_nanosleep
,
%eax
syscall
cmpq
$-
MAX_ERRNO
,
%rax
jb
1
f
negl %eax
movl
%eax, %
edi
call __set_errno
1
:
ret
END
(
nanosleep
)