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