From: Gerd Moellmann Date: Tue, 23 May 2000 21:59:27 +0000 (+0000) Subject: (setpgrp): Don't define it here because this X-Git-Tag: emacs-pretest-21.0.90~3775 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd04d6c153893e58d42aeac4bb7f5e6d5735a201;p=emacs.git (setpgrp): Don't define it here because this prevents compilation on GNU/Linux systems with glib 2.2. --- diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 96ebc7a136a..6cc82527924 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -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