Aucune description

100-musl-compat.patch 444B

1234567891011
  1. --- a/sh.proc.c
  2. +++ b/sh.proc.c
  3. @@ -48,7 +48,7 @@ RCSID("$tcsh: sh.proc.c,v 3.127 2015/02/
  4. #endif /* aiws */
  5. #if defined(_BSD) || (defined(IRIS4D) && __STDC__) || defined(__lucid) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
  6. -# if !defined(__ANDROID__)
  7. +# if !(defined(__ANDROID__) || (defined(__linux__) && !defined(__GLIBC__)))
  8. # define BSDWAIT
  9. # endif
  10. #endif /* _BSD || (IRIS4D && __STDC__) || __lucid || glibc */