Renamed __setpgrp to __setpgid, added weak aliases setpgid and setpgrp.

This commit is contained in:
Roland McGrath 1995-01-26 01:32:08 +00:00
parent 628d175a3c
commit c9db5502eb
1 changed files with 3 additions and 2 deletions

View 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)