Re: [Mingw-w64-public] [PATCH] crt: Add an implementation of gets() for msvcrt.dll for arm/arm64

2019-05-06 Thread Jacek Caban
Looks good to me. Thanks, Jacek ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH] crt: Add an implementation of gets() for msvcrt.dll for arm/arm64

2019-05-06 Thread Martin Storsjö
While nobody in their right mind should be calling this function, it is needed for linking a shared libssp (stack smashing protection) with that crt. Signed-off-by: Martin Storsjö --- mingw-w64-crt/Makefile.am | 6 -- mingw-w64-crt/stdio/gets.c | 19 +++ 2 files changed,