mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
13 lines
269 B
Diff
13 lines
269 B
Diff
--- 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
|