Re: [Mingw-w64-public] [PATCH] headers: Map more stdio functions to their counterparts in ucrtbase

2018-01-08 Thread Martin Storsjö
On Mon, 8 Jan 2018, Kai Tietz via Mingw-w64-public wrote: Hello, patch is ok. Please go ahead and apply. Thanks, pushed! Thanks (and a happy new year for you), A happy new year to you too! // Martin -- Check out

Re: [Mingw-w64-public] [PATCH] intrin-impl.h: Added missing volatile to _interlockedbittestandset declaration.

2018-01-08 Thread Jacek Caban
On 08.01.2018 19:18, Jacek Caban wrote: > Fixes compilation with clang. Please ignore that, it breaks gcc builds. I will send a better version. Jacek -- Check out the vibrant tech community on one of the world's most eng

[Mingw-w64-public] [PATCH] intrin-impl.h: Added missing volatile to _interlockedbittestandset declaration.

2018-01-08 Thread Jacek Caban
Fixes compilation with clang. Signed-off-by: Jacek Caban --- mingw-w64-headers/include/psdk_inc/intrin-impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/psdk_inc/intrin-impl.h b/mingw-w64-headers/include/psdk_inc/intrin-impl.h index 6f7d60ec..

Re: [Mingw-w64-public] [PATCH] headers: Map more stdio functions to their counterparts in ucrtbase

2018-01-08 Thread Kai Tietz via Mingw-w64-public
Hello, patch is ok. Please go ahead and apply. Thanks (and a happy new year for you), Kai 2018-01-08 15:51 GMT+01:00 Martin Storsjö : > Signed-off-by: Martin Storsjö > --- > mingw-w64-headers/crt/sec_api/stdio_s.h | 655 > +++- > mingw-w64-headers/crt/sec_api/wchar

[Mingw-w64-public] [PATCH] headers: Map more stdio functions to their counterparts in ucrtbase

2018-01-08 Thread Martin Storsjö
Signed-off-by: Martin Storsjö --- mingw-w64-headers/crt/sec_api/stdio_s.h | 655 +++- mingw-w64-headers/crt/sec_api/wchar_s.h | 199 +- mingw-w64-headers/crt/wchar.h | 280 +- 3 files changed, 1116 insertions(+), 18 deletions(-) diff --gi