diff options
author | Jonathan Yong <jon_y@users.sourceforge.net> | 2012-10-31 11:34:27 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2012-10-31 11:34:27 +0000 |
commit | e3b744420b4666b4153e30c2364a79cb9748ad07 (patch) | |
tree | bd85e97e36178d26c10899a1836cddbe15009319 /libstdc++-v3/config | |
parent | e82b2e880c2a70ac8dbcb6c36df0e89c92207e60 (diff) | |
download | gcc-e3b744420b4666b4153e30c2364a79cb9748ad07.zip gcc-e3b744420b4666b4153e30c2364a79cb9748ad07.tar.gz gcc-e3b744420b4666b4153e30c2364a79cb9748ad07.tar.bz2 |
os_defines.h: Do not define anymore _GLIBCXX_HAVE_BROKEN_VSWPRINTF.
2012-10-31 Jonathan Yong <jon_y@users.sourceforge.net>
* config/os/mingw32-w64/os_defines.h: Do not define anymore
_GLIBCXX_HAVE_BROKEN_VSWPRINTF.
From-SVN: r193032
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r-- | libstdc++-v3/config/os/mingw32-w64/os_defines.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/config/os/mingw32-w64/os_defines.h b/libstdc++-v3/config/os/mingw32-w64/os_defines.h index c8f827d..1104302 100644 --- a/libstdc++-v3/config/os/mingw32-w64/os_defines.h +++ b/libstdc++-v3/config/os/mingw32-w64/os_defines.h @@ -63,8 +63,9 @@ // See libstdc++/20806. #define _GLIBCXX_HAVE_DOS_BASED_FILESYSTEM 1 -// See libstdc++/37522. -#define _GLIBCXX_HAVE_BROKEN_VSWPRINTF 1 +// See libstdc++/37522. mingw-w64 stdio redirect for C++ +// #define _GLIBCXX_HAVE_BROKEN_VSWPRINTF 1 +// Workaround added for mingw-w64 trunk headers r5437 // See libstdc++/43738 // On native windows targets there is no ioctl function. And the existing |