projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69fce5d
)
Renamed __setpgrp to __setpgid, added weak aliases setpgid and setpgrp.
author
roland
<roland>
Thu, 26 Jan 1995 01:37:58 +0000
(
01:37
+0000)
committer
roland
<roland>
Thu, 26 Jan 1995 01:37:58 +0000
(
01:37
+0000)
sysdeps/mach/hurd/setpgid.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/setpgid.c
b/sysdeps/mach/hurd/setpgid.c
index
b1cabd1
..
7c74ef8
100644
(file)
--- a/
sysdeps/mach/hurd/setpgid.c
+++ b/
sysdeps/mach/hurd/setpgid.c
@@
-26,7
+26,7
@@
Cambridge, MA 02139, USA. */
If PID is zero, the current process's process group ID is set.
If PGID is zero, the process ID of the process is used. */
int
-DEFUN(__setpg
rp
, (pid, pgid), pid_t pid AND pid_t pgid)
+DEFUN(__setpg
id
, (pid, pgid), pid_t pid AND pid_t pgid)
{
error_t err;
unsigned int stamp;
@@
-53,4
+53,5
@@
DEFUN(__setpgrp, (pid, pgid), pid_t pid AND pid_t pgid)
}
-weak_alias (__setpgrp, setpgrp)
+weak_alias (__setpgid, setpgid)
+weak_alias (__setpgid, setpgrp)