mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
14 lines
418 B
Diff
14 lines
418 B
Diff
diff -ru a/fsmonitor/linux/inotify_stubs.c b/fsmonitor/linux/inotify_stubs.c
|
|
--- a/fsmonitor/linux/inotify_stubs.c 2016-05-23 18:40:05.000000000 +0200
|
|
+++ b/fsmonitor/linux/inotify_stubs.c 2017-01-23 23:14:47.613834613 +0100
|
|
@@ -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
|