Sign in
android
/
platform
/
external
/
musl
/
a04e2582a2599bd598170373baba0dc622038fad
/
.
/
src
/
unistd
/
setpgrp.c
blob: a2a37f65f3b7ec1c0aff38da28949b1972ec80a5 [
file
] [
log
] [
blame
]
#include
<unistd.h>
pid_t
setpgrp
(
void
)
{
return
setpgid
(
0
,
0
);
}