aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include
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 /sys/sparc64/include
parent74b229cb2bed914e113660d088051be8efe9bbf0 (diff)
downloadsrc-0a4c54d6060ab057c86d65be24cf6032e7436670.tar.gz
src-0a4c54d6060ab057c86d65be24cf6032e7436670.zip
Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4
-fms-extensions. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=263998
Diffstat (limited to 'sys/sparc64/include')
-rw-r--r--sys/sparc64/include/_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/_types.h b/sys/sparc64/include/_types.h
index aa8a299a2f81..62e2fe9f0adb 100644
--- a/sys/sparc64/include/_types.h
+++ b/sys/sparc64/include/_types.h
@@ -92,7 +92,7 @@ typedef __int64_t __vm_ooffset_t;
typedef __uint64_t __vm_paddr_t;
typedef __uint64_t __vm_pindex_t;
typedef __uint64_t __vm_size_t;
-typedef int __wchar_t;
+typedef int ___wchar_t;
#define __WCHAR_MIN __INT_MIN /* min value for a wchar_t */
#define __WCHAR_MAX __INT_MAX /* max value for a wchar_t */