소스 검색

Don't include twice features.h and correct typo

Peter S. Mazinger 18 년 전
부모
커밋
5cc8e24806
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      include/sys/types.h

+ 1 - 2
include/sys/types.h

@@ -262,8 +262,7 @@ typedef __fsfilcnt64_t fsfilcnt64_t; /* Type to count file system inodes.  */
 
 
 /* Now add the thread types.  */
-#include <features.h>
-#if (defined __USE_POSIX199506 || defined __USE_UNIX98) && defined UCLIBC_HAS_THREADS
+#if (defined __USE_POSIX199506 || defined __USE_UNIX98) && defined __UCLIBC_HAS_THREADS__
 # include <bits/pthreadtypes.h>
 #endif