mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 11:03:11 +00:00
3ab91d4395
getc, getchar, putc, putchar were defined both as functions and as macros. The macro versions are not thread safe, and should not be used in multithreaded applications. Upstream fix: https://github.com/mirror/newlib-cygwin/commit/b0f271d1db223b2cadd73e10258c48013d943691