aboutsummaryrefslogtreecommitdiffstats
path: root/community/unison/fix-inotify-check.patch
blob: 54233079d0b832803119cda1d1c27c7fdd7a405b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/fsmonitor/linux/inotify_stubs.c
+++ b/fsmonitor/linux/inotify_stubs.c
@@ -35,6 +35,9 @@
 #define GLIBC_SUPPORT_INOTIFY 0
 #endif
 
+/* Alpine linux supports inotify */
+#define GLIBC_SUPPORT_INOTIFY 1
+
 #if GLIBC_SUPPORT_INOTIFY
 #include <sys/inotify.h>
 #else