added a setpgrp impl
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11574 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c4b73bfcd5
commit
f95d0b421a
@ -73,6 +73,13 @@ setpgid(pid_t process, pid_t group)
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
setpgrp(void)
|
||||
{
|
||||
return setpgid(0, 0);
|
||||
}
|
||||
|
||||
|
||||
pid_t
|
||||
setsid(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user