Call getpgrp instead of __getpgrp.

This commit is contained in:
Roland McGrath 1995-01-26 06:23:39 +00:00
parent 05834bf1c7
commit f6aa1372e1

View File

@ -40,7 +40,7 @@ DEFUN(__wait4, (pid, stat_loc, options, usage),
break;
case WAIT_MYPGRP:
pid = - __getpgrp (0);
pid = - getpgrp ();
break;
}