aboutsummaryrefslogtreecommitdiffstats
path: root/main/rsyslog/musl-fix.patch
blob: 13b54f425a397e637dc0e445ce453d1251f1afda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -777,3 +777,10 @@
 #endif
 
 #endif /* multi-include protection */
+
+/*  musl patches for alpine */
+#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO)
+#define GLOB_BRACE 0
+#ifndef WAIT_ANY
+#define WAIT_ANY (-1)
+#endif