]> git.eshelyaron.com Git - emacs.git/commitdiff
(setpgrp): Don't define it here because this
authorGerd Moellmann <gerd@gnu.org>
Tue, 23 May 2000 21:59:27 +0000 (21:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 23 May 2000 21:59:27 +0000 (21:59 +0000)
prevents compilation on GNU/Linux systems with glib 2.2.

src/s/gnu-linux.h

index 96ebc7a136acb171f35635466ac3cbde5e5746d3..6cc8252792478b784eb70c747208d78b68859bd9 100644 (file)
@@ -317,7 +317,6 @@ Boston, MA 02111-1307, USA.  */
    actually set a process group. */
 
 #define BSD_PGRPS
-#define setpgrp(pid,pgid) setpgid(pid,pgid)
 
 #define NARROWPROTO 1