]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Mon Mar 18 13:20:46 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Mon, 18 Mar 1996 19:38:16 +0000 (19:38 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 18 Mar 1996 19:38:16 +0000 (19:38 +0000)
* posix/unistd.h (setpgrp): Declare no-arg version unless __FAVOR_BSD.
* misc/bsd-compat.c (setpgrp): New function, two arg version.
* sysdeps/stub/setpgid.c: Remove setpgrp alias.
* sysdeps/mach/hurd/setpgid.c: Likewise.
* sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
* sysdeps/unix/common/syscalls.list (setpgid): Remove setpgrp alias.
* sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/setpgrp.c: Obsolete file removed.
* posix/setpgrp.c (setpgrp): New file.
* posix/Makefile (routines): Add setpgrp.

sysdeps/unix/sysv/irix4/syscalls.list
sysdeps/unix/sysv/sysv4/setpgid.c

index 47e1c488211fc069b90441e52d2028352bd1f7d1..a57529e9adcd9453d0b1b3b6c6b7234b465e4036 100644 (file)
@@ -2,7 +2,7 @@
 
 getpgid                -       bsdgetpgrp      1       __getpgid       getpgid
 msync          -       msync           3       msync
-setpgid                -       bsdsetpgrp      2       __setpgid       setpgid setpgrp
+setpgid                -       bsdsetpgrp      2       __setpgid       setpgid
 signal         -       signal          3       __raw_signal
 sysmp          -       sysmp           4       __sysmp
 syssgi         -       syssgi          2       __syssgi
index b9e06dc7199ffafe8e4cb3017e93474e788842a7..743b8ca37430c213718450a4265bbdb743d75cff 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995, 1996 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
@@ -32,4 +32,3 @@ DEFUN(__setpgid, (pid, pgid), int pid AND int pgid)
 }
 
 weak_alias (__setpgid, setpgid)
-weak_alias (__setpgid, setpgrp)