update common

This commit is contained in:
Meco Man 2021-02-11 03:03:59 +08:00
parent b4c8cb1445
commit e904f9bf27

View File

@ -344,7 +344,7 @@ int flock(int fd, int operation)
}
/*
These function will be implemented in the 'common/time.c' file
These functions will be implemented and replaced by the 'common/time.c' file
int _gettimeofday_r(struct _reent *ptr, struct timeval *__tp, void *__tzp);
_CLOCK_T_ _times_r(struct _reent *ptr, struct tms *ptms);
*/