about summary refs log tree commit diff
path: root/include/sys/inotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/inotify.h')
-rw-r--r--include/sys/inotify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/inotify.h b/include/sys/inotify.h
index 59644ef3..921a19ca 100644
--- a/include/sys/inotify.h
+++ b/include/sys/inotify.h
@@ -8,7 +8,7 @@ extern "C" {
 #include <stdint.h>
 
 struct inotify_event {
-	int we;
+	int wd;
 	uint32_t mask, cookie, len;
 	char name[];
 };