summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/filesystem-app.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/filesystem-app.h')
-rw-r--r--firmware/target/hosted/filesystem-app.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/hosted/filesystem-app.h b/firmware/target/hosted/filesystem-app.h
index 68b3f13b6e..b35b63e95f 100644
--- a/firmware/target/hosted/filesystem-app.h
+++ b/firmware/target/hosted/filesystem-app.h
@@ -82,6 +82,7 @@ ssize_t app_write(int fildes, const void *buf, size_t nbyte);
82#endif /* HAVE_SDL_THREADS */ 82#endif /* HAVE_SDL_THREADS */
83int app_remove(const char *path); 83int app_remove(const char *path);
84int app_rename(const char *old, const char *new); 84int app_rename(const char *old, const char *new);
85#define app_modtime os_modtime
85#define app_filesize os_filesize 86#define app_filesize os_filesize
86#define app_fsamefile os_fsamefile 87#define app_fsamefile os_fsamefile
87int app_relate(const char *path1, const char *path2); 88int app_relate(const char *path1, const char *path2);