summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/tc.wait.h
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2005-04-24 19:41:08 +0000
committermp <mp@FreeBSD.org>2005-04-24 19:41:08 +0000
commit94a109bd814074f290affa8f7698847719d55833 (patch)
tree6daeb0464a7bc8705c0246b7fd98e212b6beed09 /contrib/tcsh/tc.wait.h
parentbbd1addf8f9452690ad13ce5b875ee4cc9633958 (diff)
downloadFreeBSD-src-94a109bd814074f290affa8f7698847719d55833.zip
FreeBSD-src-94a109bd814074f290affa8f7698847719d55833.tar.gz
Import of tcsh-6.14.00
Diffstat (limited to 'contrib/tcsh/tc.wait.h')
-rw-r--r--contrib/tcsh/tc.wait.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tcsh/tc.wait.h b/contrib/tcsh/tc.wait.h
index fc55e3f..b601705 100644
--- a/contrib/tcsh/tc.wait.h
+++ b/contrib/tcsh/tc.wait.h
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/tc.wait.h,v 3.13 2002/05/30 15:22:09 christos Exp $ */
+/* $Header: /src/pub/tcsh/tc.wait.h,v 3.14 2004/12/25 21:15:08 christos Exp $ */
/*
* tc.wait.h: <sys/wait.h> for machines that don't have it or have it and
* is incorrect.
@@ -39,7 +39,7 @@
* We try to use the system's wait.h when we can...
*/
-#if SYSVREL > 0 && !defined(linux)
+#if SYSVREL > 0 && !defined(linux) && !defined(__GNU__) && !defined(__GLIBC__)
# ifdef hpux
# ifndef __hpux
# define NEEDwait
@@ -59,7 +59,7 @@
# define NEEDwait
# endif /* OREO || IRIS4D || POSIX */
# endif /* hpux */
-#else /* SYSVREL == 0 || linux */
+#else /* SYSVREL == 0 || glibc */
# ifdef _MINIX
# undef NEEDwait
# include "mi.wait.h"
@@ -68,7 +68,7 @@
# include <sys/wait.h>
# endif /* WINNT_NATIVE */
# endif /* _MINIX */
-#endif /* SYSVREL == 0 || linux */
+#endif /* SYSVREL == 0 || glibc */
#ifdef NEEDwait
/*
OpenPOWER on IntegriCloud