Sign in
mojo
/
mojo-testing
/
bbc0e088b4a3b02a89b563db78314a89d560be7f
/
.
/
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
;
}