summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-04-15 09:41:52 +0000
committertijl <tijl@FreeBSD.org>2014-04-15 09:41:52 +0000
commite8ab551e5fb0c3b4da36ce4cd1879d73dd2cdf26 (patch)
tree53df10bbed0e4e1c4e7b36a18c14a582197c6a4b /include
parent7d93aa7db1e12ce3fc0d5aca0245219d7a8a8d9d (diff)
downloadFreeBSD-src-e8ab551e5fb0c3b4da36ce4cd1879d73dd2cdf26.zip
FreeBSD-src-e8ab551e5fb0c3b4da36ce4cd1879d73dd2cdf26.tar.gz
MFC r263998:
Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4 -fms-extensions.
Diffstat (limited to 'include')
-rw-r--r--include/inttypes.h2
-rw-r--r--include/stddef.h2
-rw-r--r--include/stdlib.h2
-rw-r--r--include/wchar.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/inttypes.h b/include/inttypes.h
index f702d2c..5109396 100644
--- a/include/inttypes.h
+++ b/include/inttypes.h
@@ -34,7 +34,7 @@
#ifndef __cplusplus
#ifndef _WCHAR_T_DECLARED
-typedef __wchar_t wchar_t;
+typedef ___wchar_t wchar_t;
#define _WCHAR_T_DECLARED
#endif
#endif
diff --git a/include/stddef.h b/include/stddef.h
index ea88214..2c73a2e 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
diff --git a/include/stdlib.h b/include/stdlib.h
index 93cf122..3ed07f3 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -51,7 +51,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
diff --git a/include/wchar.h b/include/wchar.h
index 4a3fe53..8233bdf 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
OpenPOWER on IntegriCloud