diff --git a/components/libc/compilers/newlib/syscalls.c b/components/libc/compilers/newlib/syscalls.c index ad56078367dd4e1d6bc912ec214e55240ec9114f..193080c92684443df6eb17ce2ee9828cc009b6d2 100644 --- a/components/libc/compilers/newlib/syscalls.c +++ b/components/libc/compilers/newlib/syscalls.c @@ -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); */