mirror of
https://github.com/openharmony/device_soc_asrmicro.git
synced 2026-07-01 22:34:00 -04:00
fix error multiple definition of 'access'
Signed-off-by: yinchao.cheng <17557285207@163.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user