summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/filesystem-app.h
diff options
context:
space:
mode:
authorJames Buren <braewoods+rb@braewoods.net>2021-07-11 12:40:08 +0000
committerJames Buren <braewoods+rb@braewoods.net>2021-07-11 12:40:08 +0000
commitfa743258ea963b9b924204f0d80e077056cf9a6e (patch)
tree603c11a1d0e6013752e78539df43c062c58676e5 /firmware/target/hosted/filesystem-app.h
parent8846e087c09c28a2dfb731d7c873f113bc899940 (diff)
downloadrockbox-fa743258ea963b9b924204f0d80e077056cf9a6e.tar.gz
rockbox-fa743258ea963b9b924204f0d80e077056cf9a6e.zip
filesystem: implement os_modtime for unix
Change-Id: If030d526f29aa786b5a37402413d804752286cf5
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);