aboutsummaryrefslogtreecommitdiff
path: root/include/wchar.h
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-04-01 14:46:11 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-04-01 14:46:11 +0000
commit0a4c54d6060ab057c86d65be24cf6032e7436670 (patch)
treec38d33f19610352734b52f47a0dc5f6af1d13021 /include/wchar.h
parent74b229cb2bed914e113660d088051be8efe9bbf0 (diff)
downloadsrc-0a4c54d6060ab057c86d65be24cf6032e7436670.tar.gz
src-0a4c54d6060ab057c86d65be24cf6032e7436670.zip
Notes
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wchar.h b/include/wchar.h
index 4a3fe5385541..8233bdff1014 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -78,7 +78,7 @@ typedef __size_t size_t;
#ifndef __cplusplus
#ifndef _WCHAR_T_DECLARED
-typedef __wchar_t wchar_t;
+typedef ___wchar_t wchar_t;
#define _WCHAR_T_DECLARED
#endif
#endif