summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/fstab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fstab.h b/include/fstab.h
index 24ecad7db..8264701cb 100644
--- a/include/fstab.h
+++ b/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 */