We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c177f commit ad42abbCopy full SHA for ad42abb
components/libc/compilers/newlib/libc.c
@@ -35,11 +35,11 @@ int libc_system_init(void)
35
libc_stdio_set_console(dev_console->parent.name, O_WRONLY);
36
#endif
37
}
38
-#endif
39
40
/* set PATH and HOME */
41
putenv("PATH=/bin");
42
putenv("HOME=/home");
+#endif
43
44
#if defined RT_USING_PTHREADS && !defined RT_USING_COMPONENTS_INIT
45
pthread_system_init();
0 commit comments