summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/linux_inotify.h
Unidiff
Diffstat (limited to 'libopie2/opiecore/linux_inotify.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/linux_inotify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opiecore/linux_inotify.h b/libopie2/opiecore/linux_inotify.h
index 7e19bb4..70e3be8 100644
--- a/libopie2/opiecore/linux_inotify.h
+++ b/libopie2/opiecore/linux_inotify.h
@@ -44,7 +44,7 @@ struct inotify_watch_request {
44 #define IN_OPEN 0x00000020/* File was opened */ 44 #define IN_OPEN 0x00000020/* File was opened */
45 #define IN_MOVED_FROM 0x00000040/* File was moved from X */ 45 #define IN_MOVED_FROM 0x00000040/* File was moved from X */
46 #define IN_MOVED_TO 0x00000080/* File was moved to Y */ 46 #define IN_MOVED_TO 0x00000080/* File was moved to Y */
47 #define IN_DELETE_SUBDIR 0x00000100/* Subdir was deleted */ 47 #define IN_DELETE_SUBDIR 0x00000100/* Subdir was deleted */
48 #define IN_DELETE_FILE 0x00000200/* Subfile was deleted */ 48 #define IN_DELETE_FILE 0x00000200/* Subfile was deleted */
49 #define IN_CREATE_SUBDIR 0x00000400/* Subdir was created */ 49 #define IN_CREATE_SUBDIR 0x00000400/* Subdir was created */
50 #define IN_CREATE_FILE 0x00000800/* Subfile was created */ 50 #define IN_CREATE_FILE 0x00000800/* Subfile was created */