Changes were applied on top of the c4ae0f47b9adf0b6b91dcc906f5b1fbfe342bb42

Pali Rohár (5):
  crt: Use native _getc_nolock when possible
  crt: Add missing _imp symbol for mingw-w64 emulated _nolock functions
  headers: Unify _getc_nolock and _putc_nolock declarations
  crt: Provide _fgetc_nolock() function for all msvcrt builds
  crt: Provide _fputc_nolock() function for all msvcrt builds

 mingw-w64-crt/Makefile.am           | 15 ++++++++++++++-
 mingw-w64-crt/stdio/_fgetc_nolock.c |  7 +++++++
 mingw-w64-crt/stdio/_fputc_nolock.c |  7 +++++++
 mingw-w64-crt/stdio/_getc_nolock.c  |  5 ++---
 mingw-w64-crt/stdio/_getwc_nolock.c |  1 +
 mingw-w64-crt/stdio/_putc_nolock.c  |  5 ++---
 mingw-w64-crt/stdio/_putwc_nolock.c |  1 +
 mingw-w64-headers/crt/stdio.h       |  7 -------
 8 files changed, 34 insertions(+), 14 deletions(-)
 create mode 100644 mingw-w64-crt/stdio/_fgetc_nolock.c
 create mode 100644 mingw-w64-crt/stdio/_fputc_nolock.c

-- 
2.20.1



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to