forked from len0rd/rockbox
filesystem: implement os_modtime for unix
Change-Id: If030d526f29aa786b5a37402413d804752286cf5
This commit is contained in:
parent
8846e087c0
commit
fa743258ea
3 changed files with 14 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ void * os_lc_open(const char *ospath);
|
|||
#define _FILESYSTEM_HOSTED__FILE_H_
|
||||
|
||||
#ifndef OSFUNCTIONS_DECLARED
|
||||
int os_modtime(const char *path, time_t modtime);
|
||||
off_t os_filesize(int osfd);
|
||||
int os_fsamefile(int osfd1, int osfd2);
|
||||
int os_relate(const char *path1, const char *path2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue