Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
a04d2bc28e7d7fcaf34ad71e4a6608a13cf84197
/
.
/
libc
/
arch-x86
/
syscalls
/
getppid.S
blob: 025fa42e4ffc374937824fd938855e7788de2235 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
getppid
)
movl
$
__NR_getppid
,
%eax
int
$
0x80
cmpl
$-
MAX_ERRNO
,
%eax
jb
1
f
negl %eax
pushl %eax
call __set_errno
addl
$
4
,
%esp
1
:
ret
END
(
getppid
)