summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/filesystem-hosted.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/filesystem-hosted.h')
-rw-r--r--firmware/target/hosted/filesystem-hosted.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/hosted/filesystem-hosted.h b/firmware/target/hosted/filesystem-hosted.h
index 5147ef6db6..b9c7ce648a 100644
--- a/firmware/target/hosted/filesystem-hosted.h
+++ b/firmware/target/hosted/filesystem-hosted.h
@@ -33,6 +33,7 @@ void * os_lc_open(const char *ospath);
33#define _FILESYSTEM_HOSTED__FILE_H_ 33#define _FILESYSTEM_HOSTED__FILE_H_
34 34
35#ifndef OSFUNCTIONS_DECLARED 35#ifndef OSFUNCTIONS_DECLARED
36int os_modtime(const char *path, time_t modtime);
36off_t os_filesize(int osfd); 37off_t os_filesize(int osfd);
37int os_fsamefile(int osfd1, int osfd2); 38int os_fsamefile(int osfd1, int osfd2);
38int os_relate(const char *path1, const char *path2); 39int os_relate(const char *path1, const char *path2);