diff options
-rw-r--r-- | udev/udev_sysdeps.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/udev/udev_sysdeps.h b/udev/udev_sysdeps.h index f08053e5f1..d0e9bfcf2b 100644 --- a/udev/udev_sysdeps.h +++ b/udev/udev_sysdeps.h @@ -41,6 +41,12 @@ static inline int inotify_add_watch(int fd, const char *name, uint32_t mask) { return -1; } + +#define IN_CREATE 0 +#define IN_DELETE 0 +#define IN_MOVE 0 +#define IN_CLOSE_WRITE 0 + #endif #ifndef HAVE_STRLCPY |