Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
a446505874ba52eb6ddb893c0d9c9321a73b235d
/
.
/
libc
/
arch-x86_64
/
syscalls
/
clock_gettime.S
blob: 20850c852fd020c127336e12ca6e66f471cec989 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
clock_gettime
)
movl
$
__NR_clock_gettime
,
%eax
syscall
cmpq
$-
MAX_ERRNO
,
%rax
jb
1
f
negl %eax
movl
%eax, %
edi
call __set_errno
1
:
ret
END
(
clock_gettime
)