Explorar o código

fix typo in inotify structure

Rich Felker %!s(int64=14) %!d(string=hai) anos
pai
achega
b1b752372f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/sys/inotify.h

+ 1 - 1
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[];
 };