mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-19 20:43:43 +08:00
rename WEAK to RT_WEAK
This commit is contained in:
@@ -44,11 +44,11 @@ void _fini()
|
||||
{
|
||||
}
|
||||
|
||||
WEAK void *__dso_handle = 0;
|
||||
RT_WEAK void *__dso_handle = 0;
|
||||
|
||||
#endif
|
||||
|
||||
WEAK
|
||||
RT_WEAK
|
||||
int cplusplus_system_init(void)
|
||||
{
|
||||
#if defined(__GNUC__) && !defined(__CC_ARM)
|
||||
|
Reference in New Issue
Block a user