HAL_ChibiOS: enable utime() API
This commit is contained in:
parent
1a8e644437
commit
ffe0f338d3
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user