aboutsummaryrefslogtreecommitdiffstats
path: root/main/rsyslog/musl-fix.patch
blob: 160a74c7d22d45cd46de6cac786a231f78100033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -786,3 +786,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