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