kopia lustrzana https://github.com/espressif/esp-idf
ccda990ce5
Since these functions receive the pointer to reent structure, they should set errno in it rather than using thread-local errno. This didn't cause practical issues because console functions in IDF are only called from threads, and in that case 'r' is a pointer to the thread-local structure, so &errno is the same thing as &__errno_r(r). Still, fixing this for consistency. |
||
---|---|---|
.. | ||
platform_include | ||
port | ||
priv_include | ||
test | ||
test_apps | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
COPYING.NEWLIB | ||
Kconfig | ||
Makefile.old | ||
abort.c | ||
assert.c | ||
component.mk | ||
esp32-spiram-rom-functions-c.lf | ||
heap.c | ||
locks.c | ||
newlib.lf | ||
newlib_init.c | ||
poll.c | ||
pthread.c | ||
random.c | ||
reent_init.c | ||
stdatomic.c | ||
syscalls.c | ||
system_libs.lf | ||
termios.c | ||
time.c |