010-musl_WAIT_ANY.patch 207 B

12345678910111213
  1. --- a/fdm.c
  2. +++ b/fdm.c
  3. @@ -22,6 +22,10 @@
  4. #include <sys/utsname.h>
  5. #include <sys/wait.h>
  6. +#ifndef WAIT_ANY
  7. +#define WAIT_ANY (-1)
  8. +#endif
  9. +
  10. #include <errno.h>
  11. #include <fcntl.h>
  12. #include <fnmatch.h>