[libc] fix compiling warning for newlib
This commit is contained in:
parent
f36a1d92a4
commit
ff8332d9dc
|
@ -51,5 +51,7 @@ int libc_system_init(void)
|
||||||
#ifdef RT_USING_PTHREADS
|
#ifdef RT_USING_PTHREADS
|
||||||
pthread_system_init();
|
pthread_system_init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
INIT_COMPONENT_EXPORT(libc_system_init);
|
INIT_COMPONENT_EXPORT(libc_system_init);
|
||||||
|
|
Loading…
Reference in New Issue