Sign in
fuchsia
/
zircon
/
sandbox/travisg/vmalloc
/
.
/
third_party
/
ulib
/
musl
/
src
/
unistd
/
setpgrp.c
blob: a856f419da9fff3aa2fc9e8624254d03ae08c262 [
file
] [
log
] [
blame
]
#include
<unistd.h>
pid_t
setpgrp
(
void
)
{
return
setpgid
(
0
,
0
);
}