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