Meco Man 4 年之前
父节点
当前提交
e3a32e807c
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      components/libc/compilers/armlibc/libc_syms.c

+ 0 - 7
components/libc/compilers/armlibc/libc_syms.c

@@ -10,8 +10,6 @@
 #include <stdlib.h>
 #include <stdlib.h>
 #include <string.h>
 #include <string.h>
 #include <ctype.h>
 #include <ctype.h>
-#include <time.h>
-
 #include <rtm.h>
 #include <rtm.h>
 
 
 /* some export routines for module */
 /* some export routines for module */
@@ -35,11 +33,6 @@ RTM_EXPORT(memchr);
 RTM_EXPORT(toupper);
 RTM_EXPORT(toupper);
 RTM_EXPORT(atoi);
 RTM_EXPORT(atoi);
 
 
-#ifdef RT_USING_RTC
-RTM_EXPORT(localtime);
-RTM_EXPORT(time);
-#endif
-
 /* import the full stdio for printf */
 /* import the full stdio for printf */
 #if defined(RT_USING_MODULE) && defined(__MICROLIB)
 #if defined(RT_USING_MODULE) && defined(__MICROLIB)
 #error "[RT_USING_LIBC] Please use standard libc but not microlib."
 #error "[RT_USING_LIBC] Please use standard libc but not microlib."