Browse Source

Disble unimplemented function prototypes

Eric Andersen 22 years ago
parent
commit
1826a77bb8
1 changed files with 3 additions and 0 deletions
  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 */