Эх сурвалжийг харах

Disble unimplemented function prototypes

Eric Andersen 23 жил өмнө
parent
commit
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
 __BEGIN_DECLS
 
 
 extern struct fstab *getfsent (void) __THROW;
 extern struct fstab *getfsent (void) __THROW;
@@ -75,5 +77,6 @@ extern int setfsent (void) __THROW;
 extern void endfsent (void) __THROW;
 extern void endfsent (void) __THROW;
 
 
 __END_DECLS
 __END_DECLS
+#endif
 
 
 #endif /* fstab.h */
 #endif /* fstab.h */