]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use subcall 5 to __pgrpsys.
authorRoland McGrath <roland@gnu.org>
Thu, 26 Jan 1995 01:24:28 +0000 (01:24 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 26 Jan 1995 01:24:28 +0000 (01:24 +0000)
sysdeps/unix/sysv/sysv4/setpgid.c

index 0a1849272da617bee4d4fde68e22f39e015f6e0e..b9e06dc7199ffafe8e4cb3017e93474e788842a7 100644 (file)
@@ -28,7 +28,7 @@ extern int __pgrpsys __P ((int type, ...));
 int
 DEFUN(__setpgid, (pid, pgid), int pid AND int pgid)
 {
-  return __pgrpsys (1, pid, pgid);
+  return __pgrpsys (5, pid, pgid);
 }
 
 weak_alias (__setpgid, setpgid)