summaryrefslogtreecommitdiff
path: root/gnu/gcc/libstdc++-v3/include
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2011-10-17 08:47:50 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2011-10-17 08:47:50 +0000
commit7e0d41fb32fa1369336f3b04a0f0dba1b20f7117 (patch)
tree6c2f396a49936498abd60cc554652469147439cf /gnu/gcc/libstdc++-v3/include
parent82cbd469f12cd3a22be520db0de2ead1449f271e (diff)
Some wcsftime declarations were still wrapped in !defined(__OpenBSD__).
from brad; ok kettenis
Diffstat (limited to 'gnu/gcc/libstdc++-v3/include')
-rw-r--r--gnu/gcc/libstdc++-v3/include/c_compatibility/wchar.h2
-rw-r--r--gnu/gcc/libstdc++-v3/include/c_std/std_cwchar.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/gnu/gcc/libstdc++-v3/include/c_compatibility/wchar.h b/gnu/gcc/libstdc++-v3/include/c_compatibility/wchar.h
index c0b3e01636e..2071ae436de 100644
--- a/gnu/gcc/libstdc++-v3/include/c_compatibility/wchar.h
+++ b/gnu/gcc/libstdc++-v3/include/c_compatibility/wchar.h
@@ -101,9 +101,7 @@ using std::wmemcmp;
using std::wmemcpy;
using std::wmemmove;
using std::wmemset;
-#if !defined(__OpenBSD__)
using std::wcsftime;
-#endif
#if _GLIBCXX_USE_C99
using std::wcstold;
diff --git a/gnu/gcc/libstdc++-v3/include/c_std/std_cwchar.h b/gnu/gcc/libstdc++-v3/include/c_std/std_cwchar.h
index 03176bfef77..20cb8041e79 100644
--- a/gnu/gcc/libstdc++-v3/include/c_std/std_cwchar.h
+++ b/gnu/gcc/libstdc++-v3/include/c_std/std_cwchar.h
@@ -182,9 +182,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
using ::wcscoll;
using ::wcscpy;
using ::wcscspn;
-#if !defined(__OpenBSD__)
using ::wcsftime;
-#endif
using ::wcslen;
using ::wcsncat;
using ::wcsncmp;