fix typo in inotify.h
[musl] / include / sys / inotify.h
index 59644ef..78acdfd 100644 (file)
@@ -8,12 +8,12 @@ extern "C" {
 #include <stdint.h>
 
 struct inotify_event {
-       int we;
+       int wd;
        uint32_t mask, cookie, len;
        char name[];
 };
 
-#define IN_CLOEXEC 020000000
+#define IN_CLOEXEC 02000000
 #define IN_NONBLOCK 04000
 
 #define IN_ACCESS        0x00000001