aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-05-23 21:59:27 +0000
committerGerd Moellmann2000-05-23 21:59:27 +0000
commitdd04d6c153893e58d42aeac4bb7f5e6d5735a201 (patch)
tree5aa60a55eb25a95f75844e1ed0e4c8109dd9a888 /src
parent916a32d46ee0618d744cf9792af1b9a886aad5b5 (diff)
downloademacs-dd04d6c153893e58d42aeac4bb7f5e6d5735a201.tar.gz
emacs-dd04d6c153893e58d42aeac4bb7f5e6d5735a201.zip
(setpgrp): Don't define it here because this
prevents compilation on GNU/Linux systems with glib 2.2.
Diffstat (limited to 'src')
-rw-r--r--src/s/gnu-linux.h1
1 files changed, 0 insertions, 1 deletions
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. */
317 actually set a process group. */ 317 actually set a process group. */
318 318
319#define BSD_PGRPS 319#define BSD_PGRPS
320#define setpgrp(pid,pgid) setpgid(pid,pgid)
321 320
322#define NARROWPROTO 1 321#define NARROWPROTO 1
323 322