Files
Ivan Grokhotkov f6763a9d84 newlib: don't define non-thread-safe versions of getc, putc
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
2020-03-19 12:44:20 +01:00
..