summaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/os/mingw32-w64/os_defines.h
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-31 11:36:45 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-31 11:36:45 +0000
commit5ef12ef18ff52e315f8ae5501552f0f083ddd815 (patch)
tree453a421d3fa21161653c6b9d7f7d506646337120 /libstdc++-v3/config/os/mingw32-w64/os_defines.h
parent66a4f57f057d4b6f798397e9d376ff71a8bd5700 (diff)
downloadgcc-5ef12ef18ff52e315f8ae5501552f0f083ddd815.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193033 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config/os/mingw32-w64/os_defines.h')
-rw-r--r--libstdc++-v3/config/os/mingw32-w64/os_defines.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libstdc++-v3/config/os/mingw32-w64/os_defines.h b/libstdc++-v3/config/os/mingw32-w64/os_defines.h
index 11043026f85..1d3d7d5e161 100644
--- a/libstdc++-v3/config/os/mingw32-w64/os_defines.h
+++ b/libstdc++-v3/config/os/mingw32-w64/os_defines.h
@@ -1,7 +1,6 @@
// Specific definitions for generic platforms -*- C++ -*-
-// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-// 2009, 2010, 2011 Free Software Foundation, Inc.
+// Copyright (C) 2000-2012 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -63,10 +62,6 @@
// See libstdc++/20806.
#define _GLIBCXX_HAVE_DOS_BASED_FILESYSTEM 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
// ioctlsocket function doesn't work for normal file-descriptors.