diff options
Diffstat (limited to 'src/posix/filesystem_posix.c')
-rw-r--r-- | src/posix/filesystem_posix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/posix/filesystem_posix.c b/src/posix/filesystem_posix.c index 0360403..277c3d0 100644 --- a/src/posix/filesystem_posix.c +++ b/src/posix/filesystem_posix.c @@ -368,6 +368,7 @@ zix_file_unlock(FILE* const file, const ZixFileLockMode mode) #endif } +ZIX_CONST_FUNC static ZixFileType stat_file_type(const struct stat sb) { |