update export symbols
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1217 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
a1225b1edf
commit
d8b4897cac
|
@ -170,8 +170,10 @@ RTM_EXPORT(__aeabi_idiv)
|
||||||
RTM_EXPORT(__aeabi_uidivmod)
|
RTM_EXPORT(__aeabi_uidivmod)
|
||||||
RTM_EXPORT(__aeabi_d2iz)
|
RTM_EXPORT(__aeabi_d2iz)
|
||||||
RTM_EXPORT(strcmp)
|
RTM_EXPORT(strcmp)
|
||||||
|
RTM_EXPORT(strlen)
|
||||||
RTM_EXPORT(rand)
|
RTM_EXPORT(rand)
|
||||||
RTM_EXPORT(memset)
|
RTM_EXPORT(memset)
|
||||||
|
RTM_EXPORT(memcpy)
|
||||||
|
|
||||||
#ifdef RT_USING_NEWLIB
|
#ifdef RT_USING_NEWLIB
|
||||||
|
|
||||||
|
@ -181,6 +183,10 @@ RTM_EXPORT(snprintf)
|
||||||
RTM_EXPORT(access)
|
RTM_EXPORT(access)
|
||||||
RTM_EXPORT(__assert_func)
|
RTM_EXPORT(__assert_func)
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
RTM_EXPORT(localtime)
|
||||||
|
RTM_EXPORT(time)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef RT_USING_RTGUI
|
#ifdef RT_USING_RTGUI
|
||||||
|
|
Loading…
Reference in New Issue