소스 검색

Disble unimplemented function prototypes

Eric Andersen 23 년 전
부모
커밋
1826a77bb8
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      include/fstab.h

+ 3 - 0
include/fstab.h

@@ -66,6 +66,8 @@ struct fstab
   };
 
 
+#if 0
+// Not yet implemented in uClibc
 __BEGIN_DECLS
 
 extern struct fstab *getfsent (void) __THROW;
@@ -75,5 +77,6 @@ extern int setfsent (void) __THROW;
 extern void endfsent (void) __THROW;
 
 __END_DECLS
+#endif
 
 #endif /* fstab.h */