aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/cwchar
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/cwchar')
-rw-r--r--libstdc++/cwchar7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++/cwchar b/libstdc++/cwchar
new file mode 100644
index 00000000000..1674c12b61f
--- /dev/null
+++ b/libstdc++/cwchar
@@ -0,0 +1,7 @@
+// The -*- C++ -*- wide character header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __CWCHAR__
+#define __CWCHAR__
+#include <wchar.h>
+#endif