aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/include/linux/inotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-headers/include/linux/inotify.h')
-rw-r--r--linux-headers/include/linux/inotify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-headers/include/linux/inotify.h b/linux-headers/include/linux/inotify.h
index cd00c1b..fed4155 100644
--- a/linux-headers/include/linux/inotify.h
+++ b/linux-headers/include/linux/inotify.h
@@ -23,7 +23,7 @@ struct inotify_event {
__u32 mask; /* watch mask */
__u32 cookie; /* cookie to synchronize two events */
__u32 len; /* length (including nulls) of name */
- char name[0]; /* stub for possible name */
+ char name[]; /* stub for possible name */
};
/* the following are legal, implemented events that user-space can watch for */