aboutsummaryrefslogtreecommitdiff
path: root/include/stddef.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/stddef.h
parent74b229cb2bed914e113660d088051be8efe9bbf0 (diff)
downloadsrc-0a4c54d6060ab057c86d65be24cf6032e7436670.tar.gz
src-0a4c54d6060ab057c86d65be24cf6032e7436670.zip
Notes
Diffstat (limited to 'include/stddef.h')
-rw-r--r--include/stddef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stddef.h b/include/stddef.h
index ea88214f7761..2c73a2e2d852 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -54,7 +54,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