forked from len0rd/rockbox
Fix FS#7679 - modifying files with dircahce enabled doesnt change the access time/date in dircache
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14580 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
74b1665987
commit
e73f287b5a
3 changed files with 31 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ void dircache_copy_path(const struct dircache_entry *entry, char *buf, int size)
|
|||
|
||||
void dircache_bind(int fd, const char *path);
|
||||
void dircache_update_filesize(int fd, long newsize, long startcluster);
|
||||
void dircache_update_filetime(int fd);
|
||||
void dircache_mkdir(const char *path);
|
||||
void dircache_rmdir(const char *path);
|
||||
void dircache_remove(const char *name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue