Mercurial > hg > xemacs-beta
comparison src/s/linux.h @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | 360340f9fd5f |
children | 59463afc5666 |
comparison
equal
deleted
inserted
replaced
115:f109f7dabbe2 | 116:9f59509498e1 |
---|---|
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 |