vp-build/srcpkgs/unison/patches/musl.patch

12 lines
301 B
Diff

--- src/fsmonitor/linux/inotify_stubs.c
+++ src/fsmonitor/linux/inotify_stubs.c
@@ -35,7 +35,7 @@
#define GLIBC_SUPPORT_INOTIFY 0
#endif
-#if GLIBC_SUPPORT_INOTIFY
+#if GLIBC_SUPPORT_INOTIFY || (!defined(__GLIBC__) && defined(__linux))
#include <sys/inotify.h>
#else
#include "inotify_compat.h"