diff options
author | Szabolcs Nagy <nsz@port70.net> | 2013-01-12 18:24:45 +0100 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2013-01-12 19:42:39 +0100 |
commit | 48854dffdb66191e7e54c0ea94bd1bd330905d7d (patch) | |
tree | 41e90b64f6a31aed59fc7becfed053b208c2f68c /include/sys | |
parent | ada88f6178db186305d6c8f2fe1420d71490a798 (diff) | |
download | musl-48854dffdb66191e7e54c0ea94bd1bd330905d7d.tar.gz |
add IN_EXCL_UNLINK to sys/inotify.h
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/inotify.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |