Files
esp-idf/components/newlib
Ivan Grokhotkov ccda990ce5 newlib: set errno in the explicitly provided reent structure
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.
2021-09-16 09:00:07 +02:00
..
2021-01-12 14:05:08 +08:00
2021-01-12 14:05:08 +08:00
2021-01-12 14:05:08 +08:00
2021-03-31 19:17:33 +08:00
2020-11-13 07:49:11 +11:00