fix typo in inotify.h
authorRich Felker <dalias@aerifal.cx>
Wed, 8 Feb 2012 03:48:58 +0000 (22:48 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 8 Feb 2012 03:48:58 +0000 (22:48 -0500)
include/sys/inotify.h

index 921a19c..78acdfd 100644 (file)
@@ -13,7 +13,7 @@ struct inotify_event {
        char name[];
 };
 
        char name[];
 };
 
-#define IN_CLOEXEC 020000000
+#define IN_CLOEXEC 02000000
 #define IN_NONBLOCK 04000
 
 #define IN_ACCESS        0x00000001
 #define IN_NONBLOCK 04000
 
 #define IN_ACCESS        0x00000001