Commit e3b74442 by Jonathan Yong Committed by Paolo Carlini

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
parent e82b2e88
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.
2012-10-31 Jonathan Wakely <jwakely.gcc@gmail.com> 2012-10-31 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/bits/forward_list.h (forward_list): Adjust comments. * include/bits/forward_list.h (forward_list): Adjust comments.
......
...@@ -63,8 +63,9 @@ ...@@ -63,8 +63,9 @@
// See libstdc++/20806. // See libstdc++/20806.
#define _GLIBCXX_HAVE_DOS_BASED_FILESYSTEM 1 #define _GLIBCXX_HAVE_DOS_BASED_FILESYSTEM 1
// See libstdc++/37522. // See libstdc++/37522. mingw-w64 stdio redirect for C++
#define _GLIBCXX_HAVE_BROKEN_VSWPRINTF 1 // #define _GLIBCXX_HAVE_BROKEN_VSWPRINTF 1
// Workaround added for mingw-w64 trunk headers r5437
// See libstdc++/43738 // See libstdc++/43738
// On native windows targets there is no ioctl function. And the existing // On native windows targets there is no ioctl function. And the existing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment