mirror of git://sourceware.org/git/glibc.git
Renamed __setpgrp to __setpgid, added weak aliases setpgid and setpgrp.
This commit is contained in:
parent
628d175a3c
commit
c9db5502eb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue