From f6aa1372e124578e8b356ea97e592b4a46b97421 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 26 Jan 1995 06:23:39 +0000 Subject: [PATCH] Call getpgrp instead of __getpgrp. --- sysdeps/unix/bsd/sun/sunos4/wait4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/bsd/sun/sunos4/wait4.c b/sysdeps/unix/bsd/sun/sunos4/wait4.c index 4d15ddc9e89..919cd7c42c6 100644 --- a/sysdeps/unix/bsd/sun/sunos4/wait4.c +++ b/sysdeps/unix/bsd/sun/sunos4/wait4.c @@ -40,7 +40,7 @@ DEFUN(__wait4, (pid, stat_loc, options, usage), break; case WAIT_MYPGRP: - pid = - __getpgrp (0); + pid = - getpgrp (); break; } -- 2.47.3