X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev%2Fudev_sysdeps.h;h=d0e9bfcf2b9a70275a99330dc64a280a8f56af71;hp=f08053e5f130141c15bf1b10a77a034bc8e4e044;hb=7d8787b3116f602f10a4ad158847588e044a100f;hpb=01618658fd82dbc5e6315b639f00e87c6fee3c54 diff --git a/udev/udev_sysdeps.h b/udev/udev_sysdeps.h index f08053e5f..d0e9bfcf2 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