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