aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/tcsh/files/fix-gcc6-wait-union.patch
blob: acc2ce93d771ee3abe8431fd25b8c07987503d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- tcsh-6.18.01/sh.proc.c.orig	2016-06-08 16:11:02.902326725 +0000
+++ tcsh-6.18.01/sh.proc.c	2016-06-08 16:38:22.150304901 +0000
@@ -48,7 +48,7 @@
 #endif /* aiws */
 
 #if defined(_BSD) || (defined(IRIS4D) && __STDC__) || defined(__lucid) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
-# if !defined(__ANDROID__)
+# if !defined(__ANDROID__) && !defined(__GLIBC__)
 #  define BSDWAIT
 # endif
 #endif /* _BSD || (IRIS4D && __STDC__) || __lucid || glibc */