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