Please review, i'll commit it, just need an OK.
diff --git a/mingw-w64-crt/math/softmath/cos.c b/mingw-w64-crt/math/softmath/cos.c
index 2ea746f..371efd4 100644
--- a/mingw-w64-crt/math/softmath/cos.c
+++ b/mingw-w64-crt/math/softmath/cos.c
@@ -43,7 +43,6 @@
*/
#include "softmath_private.h"
-
Please review, i'll commit it, just need an OK.
diff --git a/mingw-w64-crt/stdio/vfscanf.c b/mingw-w64-crt/stdio/vfscanf.c
index ece4701..a5da3cf 100644
--- a/mingw-w64-crt/stdio/vfscanf.c
+++ b/mingw-w64-crt/stdio/vfscanf.c
@@ -15,6 +15,39 @@
#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)
+#
This should be the same as the strtok_r case, the following will now be exposed:
localtime_r
gmtime_r
ctime_r
asctime_r
Patch OK?
diff --git a/mingw-w64-headers/crt/time.h b/mingw-w64-headers/crt/time.h
index 5ce5849..1b228d8 100644
--- a/mingw-w64-headers/crt/time.h
+++ b/mingw-w64-headers/crt/t