Sign in
cobalt
/
cobalt
/
0585facbd3129ea3f3d3c63f9539aacbad3130c8
/
.
/
third_party
/
musl
/
src
/
unistd
/
getppid.c
blob: 05cade53b689226bff4a6726eafe2e97a5535b01 [
file
] [
log
] [
blame
]
#include
<unistd.h>
#include
"syscall.h"
pid_t
getppid
(
void
)
{
return
__syscall
(
SYS_getppid
);
}