From c43a9ae78220daadd71e00fc0596ceb839621e28 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 25 Aug 2020 20:04:42 +0000 Subject: Initial commit. --- src/include/fsent.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/include/fsent.h (limited to 'src/include/fsent.h') diff --git a/src/include/fsent.h b/src/include/fsent.h new file mode 100644 index 0000000..676130c --- /dev/null +++ b/src/include/fsent.h @@ -0,0 +1,11 @@ +#include +#include +#ifdef IN_MUSL +#include +#else +#include "fstab.h" +#endif + +void __fclose_keep_errno(FILE *); +int __getfs_a(char const *, char const *, struct fstab *, char **, size_t *); +int __getfsent_a(FILE *, struct fstab *, char **, size_t *); -- cgit v1.3.1