浏览代码

fix typo in inotify.h

Rich Felker 13 年之前
父节点
当前提交
570edb19d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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