aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-05-23 21:59:27 +0000
committerGerd Moellmann <[email protected]>2000-05-23 21:59:27 +0000
commitdd04d6c153893e58d42aeac4bb7f5e6d5735a201 (patch)
tree5aa60a55eb25a95f75844e1ed0e4c8109dd9a888 /src/s/gnu-linux.h
parent916a32d46ee0618d744cf9792af1b9a886aad5b5 (diff)
(setpgrp): Don't define it here because this
prevents compilation on GNU/Linux systems with glib 2.2.
Diffstat (limited to 'src/s/gnu-linux.h')
-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 96ebc7a136..6cc8252792 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