소스 검색

fix F_DUPFD_CLOEXEC being defined twice

rofl0r 12 년 전
부모
커밋
e00e07f664
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      include/fcntl.h

+ 0 - 1
include/fcntl.h

@@ -112,7 +112,6 @@ int posix_fallocate(int, off_t, off_t);
 #define F_GETLEASE	1025
 #define F_NOTIFY	1026
 #define F_CANCELLK	1029
-#define F_DUPFD_CLOEXEC	1030
 #define F_SETPIPE_SZ	1031
 #define F_GETPIPE_SZ	1032