X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Finotify.h;h=78acdfd07a7cc418e42f28dfb3cc68e8151ba18b;hb=9cf9c39e48342a5d4007824d49b88132d93d83e3;hp=59644ef37e6d8b19394e68e03f3d3cfe5cb29c66;hpb=095a5ae6f2466cdd457cdf3e9925b1fbd302c9be;p=musl diff --git a/include/sys/inotify.h b/include/sys/inotify.h index 59644ef3..78acdfd0 100644 --- a/include/sys/inotify.h +++ b/include/sys/inotify.h @@ -8,12 +8,12 @@ extern "C" { #include 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