Sign in
mojo
/
mojo-tools
/
73e948c3cd78ca019b82d8ad10c2326e3920fffc
/
.
/
fusl
/
src
/
unistd
/
setpgrp.c
blob: 624b1c83a7e31abb6cb61b4647c9b971a57a8f6f [
file
] [
log
] [
blame
]
#include
<unistd.h>
pid_t
setpgrp
(
void
)
{
return
setpgid
(
0
,
0
);
}