HAL_ChibiOS: enable utime() API

This commit is contained in:
Andrew Tridgell 2019-07-11 12:16:00 +10:00
parent 1a8e644437
commit ffe0f338d3

View File

@ -303,7 +303,7 @@ char *baseext ( char *str );
int chdir ( const char *pathname );
int chmod ( const char *pathname , mode_t mode );
int dirname ( char *str );
//int utime(const char *filename, const struct utimbuf *times);
int utime(const char *filename, const struct utimbuf *times);
#if 0
int fchmod ( int fd , mode_t mode );