mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
file/fat: rework utime function as modtime extension
This eliminates the dependence on a special struct since we were only using the modtime anyway. But it no longer fits any known standard APIs so I have converted it to our own extension instead. This can still be adapted to existing hosted APIs if the need arises. Change-Id: Ic8800698ddfd3a1a48b7cf921c0d0f865302d034
This commit is contained in:
parent
a0f1236e88
commit
a9f36efa62
6 changed files with 16 additions and 28 deletions
|
@ -28,12 +28,6 @@ struct tm
|
|||
#if !defined(_TIME_T_DEFINED) && !defined(_TIME_T_DECLARED)
|
||||
typedef long time_t;
|
||||
|
||||
struct utimbuf
|
||||
{
|
||||
time_t actime;
|
||||
time_t modtime;
|
||||
};
|
||||
|
||||
/* this define below is used by the mingw headers to prevent duplicate
|
||||
typedefs */
|
||||
#define _TIME_T_DEFINED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue