(__getpgrp): Renamed to __getpgid, with weak alias getpgid.
This commit is contained in:
parent
1bf2d9ab9b
commit
628d175a3c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user