소스 검색

update common

Meco Man 4 년 전
부모
커밋
e904f9bf27
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/libc/compilers/newlib/syscalls.c

+ 1 - 1
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);
 */