Explorar o código

fix typo in inotify.h

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

+ 1 - 1
include/sys/inotify.h

@@ -13,7 +13,7 @@ struct inotify_event {
 	char name[];
 };
 
-#define IN_CLOEXEC 020000000
+#define IN_CLOEXEC 02000000
 #define IN_NONBLOCK 04000
 
 #define IN_ACCESS        0x00000001