fix typo in inotify structure
[musl] / include / sys / inotify.h
index 59644ef..921a19c 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 #include <stdint.h>
 
 struct inotify_event {
-       int we;
+       int wd;
        uint32_t mask, cookie, len;
        char name[];
 };