mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-28 19:21:41 +01:00
14 lines
300 B
Diff
14 lines
300 B
Diff
--- rsyslog-8.16.0/runtime/rsyslog.h
|
|
+++ rsyslog-8.16.0-musl/runtime/rsyslog.h
|
|
@@ -643,3 +643,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
|