Merge pull request #678 from armink/posix_bug

[pthreads]Add component init for pthread_system_init.
This commit is contained in:
Bernard Xiong 2016-11-13 23:34:44 +08:00 committed by GitHub
commit 8b5db10f78
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{