From: Roland McGrath Date: Thu, 26 Jan 1995 01:31:06 +0000 (+0000) Subject: (__getpgrp): Renamed to __getpgid, with weak alias getpgid. X-Git-Tag: glibc-2.16-ports-before-merge~3972 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=628d175a3c9254e8658a1560acbd2aca20fbaea7;p=thirdparty%2Fglibc.git (__getpgrp): Renamed to __getpgid, with weak alias getpgid. --- diff --git a/sysdeps/unix/sysv/irix4/getpgid.S b/sysdeps/unix/sysv/irix4/getpgid.S index c13a69170aa..fbef7a2b272 100644 --- a/sysdeps/unix/sysv/irix4/getpgid.S +++ b/sysdeps/unix/sysv/irix4/getpgid.S @@ -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 -PSEUDO (__getpgrp, bsdgetpgrp, 1) +PSEUDO (__getpgid, bsdgetpgrp, 1) ret + +weak_alias (__getpgid, getpgid)