projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05834bf
)
Call getpgrp instead of __getpgrp.
author
Roland McGrath
<roland@gnu.org>
Thu, 26 Jan 1995 06:23:39 +0000
(06:23 +0000)
committer
Roland McGrath
<roland@gnu.org>
Thu, 26 Jan 1995 06:23:39 +0000
(06:23 +0000)
sysdeps/unix/bsd/sun/sunos4/wait4.c
patch
|
blob
|
history
diff --git
a/sysdeps/unix/bsd/sun/sunos4/wait4.c
b/sysdeps/unix/bsd/sun/sunos4/wait4.c
index
4d15ddc
..
919cd7c
100644
(file)
--- 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;
}