Use subcall 4 to __pgrpsys.

This commit is contained in:
Roland McGrath 1995-01-26 01:25:38 +00:00
parent a38d08f7b4
commit c54278121e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ extern int __pgrpsys __P ((int type, ...));
int
DEFUN(__getpgid, (pid), pid_t pid)
{
return __pgrpsys (0, pid);
return __pgrpsys (4, pid);
}
weak_alias (__getpgid, getpgid)