summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-04-01 14:46:11 +0000
committertijl <tijl@FreeBSD.org>2014-04-01 14:46:11 +0000
commit606babe108ad1fb18da094dfc97340d01e6c7195 (patch)
treec38d33f19610352734b52f47a0dc5f6af1d13021 /sys/mips
parent1281eaa27c8e8a31c09ac3307f0cc77fd884aa1e (diff)
downloadFreeBSD-src-606babe108ad1fb18da094dfc97340d01e6c7195.zip
FreeBSD-src-606babe108ad1fb18da094dfc97340d01e6c7195.tar.gz
Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4
-fms-extensions. MFC after: 2 weeks
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/include/_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/include/_types.h b/sys/mips/include/_types.h
index ba0ee30..a05f01c 100644
--- a/sys/mips/include/_types.h
+++ b/sys/mips/include/_types.h
@@ -145,7 +145,7 @@ typedef __uint32_t __vm_paddr_t;
typedef __int64_t __vm_ooffset_t;
typedef __uint64_t __vm_pindex_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 */
OpenPOWER on IntegriCloud