changeset 29124:4afc3133497a

(setpgrp): Don't define it here because this prevents compilation on GNU/Linux systems with glib 2.2.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 23 May 2000 21:59:27 +0000
parents bd9265d3a2b4
children 63520d6017fb
files src/s/gnu-linux.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Tue May 23 21:59:11 2000 +0000
+++ b/src/s/gnu-linux.h	Tue May 23 21:59:27 2000 +0000
@@ -317,7 +317,6 @@
    actually set a process group. */
 
 #define BSD_PGRPS
-#define setpgrp(pid,pgid) setpgid(pid,pgid)
 
 #define NARROWPROTO 1