fix error multiple definition of 'access'

Signed-off-by: yinchao.cheng <17557285207@163.com>
This commit is contained in:
yinchao.cheng
2022-08-20 21:07:42 +08:00
parent cea3580237
commit f172d3505d
@@ -41,11 +41,6 @@ const char *__locale_ctype_ptr (void)
return "1.0.0-LiteOS_M";
}
int access(const char *filename, int amode)
{
return 0;
}
int sscanf(const char *__restrict __s, const char *__restrict __format, ...)
{
va_list args;