Renamed __setpgrp to __setpgid, added weak aliases setpgid and setpgrp.
authorRoland McGrath <roland@gnu.org>
Thu, 26 Jan 1995 01:32:08 +0000 (01:32 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 26 Jan 1995 01:32:08 +0000 (01:32 +0000)
sysdeps/unix/sysv/irix4/setpgid.S

index 38ce9cb..9267054 100644 (file)
@@ -18,7 +18,8 @@ Cambridge, MA 02139, USA.  */
 
 #include <sysdep.h>
 
-PSEUDO (__setpgrp, bsdsetpgrp, 2)
+PSEUDO (__setpgid, bsdsetpgrp, 2)
        ret
 
-weak_alias (__setpgrp, setpgrp)
+weak_alias (__setpgid, setpgid)
+weak_alias (__setpgid, setpgrp)