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

index c957bf933bac841e810d1920156eec117e679947..309e2f11e4c934c127d23f0883892a63f77f9348 100644 (file)
@@ -27,7 +27,7 @@ extern int __pgrpsys __P ((int type, ...));
 int
 DEFUN(__getpgid, (pid), pid_t pid)
 {
-  return __pgrpsys (0, pid);
+  return __pgrpsys (4, pid);
 }
 
 weak_alias (__getpgid, getpgid)