Merge pull request #746 from pinhaozhang/master

[libc] modified:   components/libc/newlib/libc.c
This commit is contained in:
Bernard Xiong 2017-06-09 20:49:23 +08:00 committed by GitHub
commit 5b03b01125
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ int libc_system_init(void)
/* set PATH and HOME */
putenv("PATH=/bin");
putenv("HOME=/home");
#ifdef RT_USING_PTHREADS
#if defined RT_USING_PTHREADS && !defined RT_USING_COMPONENTS_INIT
pthread_system_init();
#endif