Sign in
mojo
/
mojo-tools
/
ccde3cc6961adbb482d6aea82ed2f9c07959b9bc
/
.
/
fusl
/
src
/
process
/
posix_spawnattr_setpgroup.c
blob: c61959658eb4393bf920019fd07c5adb4364761e [
file
]
#include
<spawn.h>
int
posix_spawnattr_setpgroup
(
posix_spawnattr_t
*
attr
,
pid_t
pgrp
)
{
attr
->
__pgrp
=
pgrp
;
return
0
;
}