Explorar o código

add IN_EXCL_UNLINK to sys/inotify.h

Szabolcs Nagy %!s(int64=12) %!d(string=hai) anos
pai
achega
48854dffdb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/sys/inotify.h

+ 1 - 0
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