diff 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 (2007-08-13)
parents 0132846995bd
children f220cc83d72e
line wrap: on
line diff
--- a/src/s/linux.h	Mon Aug 13 09:43:39 2007 +0200
+++ b/src/s/linux.h	Mon Aug 13 09:44:42 2007 +0200
@@ -211,8 +211,3 @@
 
 /* XEmacs: removed setpgrp() definition because we use setpgid() when
    it's available, and autodetect it. */
-
-/* glibc fuckage */
-#if defined __GLIBC__ && ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || __GLIBC__ > 2)
-# define GETPGRP_NEEDS_ARG
-#endif