mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-22 02:17:32 +08:00
[libc] fix compiling warning for newlib
This commit is contained in:
@@ -51,5 +51,7 @@ int libc_system_init(void)
|
||||
#ifdef RT_USING_PTHREADS
|
||||
pthread_system_init();
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
INIT_COMPONENT_EXPORT(libc_system_init);
|
||||
|
||||
Reference in New Issue
Block a user