X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Finotify.h;h=921a19ca8d1401df5c512f39fe7a1c376980caa0;hb=b1b752372f10c904d398f64266b3188703727736;hp=59644ef37e6d8b19394e68e03f3d3cfe5cb29c66;hpb=095a5ae6f2466cdd457cdf3e9925b1fbd302c9be;p=musl 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 struct inotify_event { - int we; + int wd; uint32_t mask, cookie, len; char name[]; };