fit musl lib for arm boards.

This commit is contained in:
TXuian
2022-07-26 01:08:20 -07:00
parent e1999f5af9
commit 214cf55603
577 changed files with 42233 additions and 111 deletions
+2 -2
View File
@@ -357,7 +357,7 @@ static int FatfsStat(struct MountPoint *mp, const char *path,
FRESULT res;
FILINFO fno;
char *ff_path;
struct tm tm;
// struct tm tm;
int year, mon, day, hour, min, sec;
WORD tmp;
@@ -465,7 +465,7 @@ DWORD GetFatTime(void)
{
DWORD fat_time = 0;
#ifdef LIB
#if defined LIB && !defined(LIB_MUSLLIB)
time_t now;
struct tm *p_tm;
struct tm tm_now;