diff 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
line wrap: on
line diff
--- a/src/s/linux.h	Mon Aug 13 08:54:52 2007 +0200
+++ b/src/s/linux.h	Mon Aug 13 08:55:10 2007 +0200
@@ -289,3 +289,8 @@
 #endif
 /* 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