summaryrefslogtreecommitdiffstats
path: root/mail/fdm/patches/010-musl_WAIT_ANY.patch
blob: d37bc7f032cd6b5e7cdd72a8a095aba27b4dff98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/fdm.c
+++ b/fdm.c
@@ -22,6 +22,10 @@
 #include <sys/utsname.h>
 #include <sys/wait.h>
 
+#ifndef WAIT_ANY
+#define WAIT_ANY (-1)
+#endif
+
 #include <errno.h>
 #include <fcntl.h>
 #include <fnmatch.h>