Context: libc++ uses strftime_l now Please Review
Kind Regards Martell diff --git a/mingw-w64-crt/lib32/msvcrt.def.in b/mingw-w64-crt/lib32/ msvcrt.def.in index 51f62cb6..f22a79a9 100644 --- a/mingw-w64-crt/lib32/msvcrt.def.in +++ b/mingw-w64-crt/lib32/msvcrt.def.in @@ -1210,6 +1210,8 @@ mbstowcs_s printf_s qsort_s scanf_s +strftime +_strftime_l ; sprintf_s replaced by emu sscanf_s strcat_s diff --git a/mingw-w64-crt/lib64/msvcrt.def.in b/mingw-w64-crt/lib64/ msvcrt.def.in index bcf41ac7..60ddae05 100644 --- a/mingw-w64-crt/lib64/msvcrt.def.in +++ b/mingw-w64-crt/lib64/msvcrt.def.in @@ -1199,6 +1199,7 @@ strcspn strerror ; strerror_s replaced by emu strftime +_strftime_l strlen strncat strncat_s diff --git a/mingw-w64-crt/libarm32/msvcrt.def b/mingw-w64-crt/libarm32/msvcrt.def index 2533d5ac..bf5b9e82 100644 --- a/mingw-w64-crt/libarm32/msvcrt.def +++ b/mingw-w64-crt/libarm32/msvcrt.def @@ -1189,6 +1189,7 @@ strcspn strerror strerror_s strftime +strftime_l strlen strncat strncat_s ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
