]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__getpgrp): Renamed to __getpgid, with weak alias getpgid.
authorRoland McGrath <roland@gnu.org>
Thu, 26 Jan 1995 01:31:06 +0000 (01:31 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 26 Jan 1995 01:31:06 +0000 (01:31 +0000)
sysdeps/unix/sysv/irix4/getpgid.S

index c13a69170aad54ad33e4a573e0208d6bddb55ce2..fbef7a2b2721719c4335d771a8c873927d7ee416 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -18,5 +18,7 @@ Cambridge, MA 02139, USA.  */
 
 #include <sysdep.h>
 
-PSEUDO (__getpgrp, bsdgetpgrp, 1)
+PSEUDO (__getpgid, bsdgetpgrp, 1)
        ret
+
+weak_alias (__getpgid, getpgid)