summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-08 08:40:09 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-08 08:40:09 +0000
commit1826a77bb87aee9d858cfe4f46b9d8eedb98c3fe (patch)
treea65783486a960b9a4fbc108b56a894e1b5bbfdf9
parent66840fe60d2ec3a1ef5c4df5b4eeb7f09f12c10a (diff)
Disble unimplemented function prototypes
-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 */