Use subcall 5 to __pgrpsys.

This commit is contained in:
Roland McGrath 1995-01-26 01:24:28 +00:00
parent 86c4edb31b
commit a38d08f7b4

View file

@ -28,7 +28,7 @@ extern int __pgrpsys __P ((int type, ...));
int
DEFUN(__setpgid, (pid, pgid), int pid AND int pgid)
{
return __pgrpsys (1, pid, pgid);
return __pgrpsys (5, pid, pgid);
}
weak_alias (__setpgid, setpgid)