projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ada88f6
)
add IN_EXCL_UNLINK to sys/inotify.h
author
Szabolcs Nagy
<nsz@port70.net>
Sat, 12 Jan 2013 17:24:45 +0000
(18:24 +0100)
committer
Szabolcs Nagy
<nsz@port70.net>
Sat, 12 Jan 2013 18:42:39 +0000
(19:42 +0100)
include/sys/inotify.h
patch
|
blob
|
history
diff --git
a/include/sys/inotify.h
b/include/sys/inotify.h
index fe251360e91548991054cdf38b5fffb54e3dcba0..a5bf96a61f42be550d35cf2d3c0fbf96edfc0250 100644
(file)
--- 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