瀏覽代碼

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 */