Sign in
android
/
platform
/
external
/
musl
/
0b44a0315b47dd8eced9f3b7f31580cf14bbfc01
/
.
/
src
/
unistd
/
getpgrp.c
blob: 2004630a8fd898ae38eeaf65d631b44cf39e93ba [
file
] [
log
] [
blame
]
#include
<unistd.h>
#include
"syscall.h"
pid_t
getpgrp
(
void
)
{
return
syscall0
(
__NR_getpgrp
);
}