mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 01:07:18 +08:00
Merge pull request #678 from armink/posix_bug
[pthreads]Add component init for pthread_system_init.
This commit is contained in:
commit
8b5db10f78
@ -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…
x
Reference in New Issue
Block a user