提交 5b03b011 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #746 from pinhaozhang/master

[libc] modified:   components/libc/newlib/libc.c
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册