comparison src/s/linux.h @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 0132846995bd
children f220cc83d72e
comparison
equal deleted inserted replaced
164:4e0740e5aab2 165:5a88923fcbfe
209 /* Use BSD process groups, but use setpgid() instead of setpgrp() to 209 /* Use BSD process groups, but use setpgid() instead of setpgrp() to
210 actually set a process group. */ 210 actually set a process group. */
211 211
212 /* XEmacs: removed setpgrp() definition because we use setpgid() when 212 /* XEmacs: removed setpgrp() definition because we use setpgid() when
213 it's available, and autodetect it. */ 213 it's available, and autodetect it. */
214
215 /* glibc fuckage */
216 #if defined __GLIBC__ && ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || __GLIBC__ > 2)
217 # define GETPGRP_NEEDS_ARG
218 #endif