tcsh/union-wait.patch
Dr. Werner Fink 2948edad38 Accepting request 383889 from home:Andreas_Schwab:Factory
- union-wait.patch: don't define BSDWAIT on glibc, future versions will
  remove support for union wait.

OBS-URL: https://build.opensuse.org/request/show/383889
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=59
2016-06-25 19:42:38 +00:00

16 lines
673 B
Diff

Index: tcsh-6.19.00/sh.proc.c
===================================================================
--- tcsh-6.19.00.orig/sh.proc.c
+++ tcsh-6.19.00/sh.proc.c
@@ -47,8 +47,8 @@ RCSID("$tcsh: sh.proc.c,v 3.127 2015/02/
# define HZ 16
#endif /* aiws */
-#if defined(_BSD) || (defined(IRIS4D) && __STDC__) || defined(__lucid) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
-# if !defined(__ANDROID__)
+#if defined(_BSD) || (defined(IRIS4D) && __STDC__) || defined(__lucid) || defined(__linux__) || defined(__GNU__)
+# if !defined(__ANDROID__) && !defined(__GLIBC__)
# define BSDWAIT
# endif
#endif /* _BSD || (IRIS4D && __STDC__) || __lucid || glibc */