Mercurial > hg > xemacs-beta
comparison src/s/linux.h @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | ec9a17fef872 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
43:23cafc5d2038 | 44:8d2a9b52c682 |
---|---|
287 lots of possibility of fuckup. */ | 287 lots of possibility of fuckup. */ |
288 #define SIGIO_REQUIRES_SEPARATE_PROCESS_GROUP | 288 #define SIGIO_REQUIRES_SEPARATE_PROCESS_GROUP |
289 #endif | 289 #endif |
290 /* XEmacs: removed setpgrp() definition because we use setpgid() when | 290 /* XEmacs: removed setpgrp() definition because we use setpgid() when |
291 it's available, and autodetect it. */ | 291 it's available, and autodetect it. */ |
292 | |
293 /* glibc fuckage */ | |
294 #if defined __GLIBC__ && ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || __GLIBC__ > 2) | |
295 # define GETPGRP_NEEDS_ARG | |
296 #endif |