소스 검색

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