From 48854dffdb66191e7e54c0ea94bd1bd330905d7d Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 12 Jan 2013 18:24:45 +0100 Subject: [PATCH] add IN_EXCL_UNLINK to sys/inotify.h --- include/sys/inotify.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sys/inotify.h b/include/sys/inotify.h index fe251360..a5bf96a6 100644 --- a/include/sys/inotify.h +++ b/include/sys/inotify.h @@ -39,6 +39,7 @@ struct inotify_event { #define IN_ONLYDIR 0x01000000 #define IN_DONT_FOLLOW 0x02000000 +#define IN_EXCL_UNLINK 0x04000000 #define IN_MASK_ADD 0x20000000 #define IN_ISDIR 0x40000000 -- 2.20.1