summaryrefslogtreecommitdiffstats
path: root/src/posix/filesystem_posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/posix/filesystem_posix.c')
-rw-r--r--src/posix/filesystem_posix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/posix/filesystem_posix.c b/src/posix/filesystem_posix.c
index a5ac857..beaf823 100644
--- a/src/posix/filesystem_posix.c
+++ b/src/posix/filesystem_posix.c
@@ -40,8 +40,6 @@
# define MAX(a, b) (((a) > (b)) ? (a) : (b))
#endif
-struct stat;
-
static inline ZixStatus
zix_posix_status(const int rc)
{