[pthreads]Add component init for pthread_system_init.
This commit is contained in:
parent
5a1eb1dec9
commit
e379b4d2a4
|
@ -39,6 +39,7 @@ int pthread_system_init(void)
|
|||
|
||||
return 0;
|
||||
}
|
||||
INIT_COMPONENT_EXPORT(pthread_system_init);
|
||||
|
||||
static void _pthread_cleanup(rt_thread_t tid)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue