summaryrefslogtreecommitdiffstats
path: root/sys/sys/stdatomic.h
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/sys/stdatomic.h
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/sys/stdatomic.h')
-rw-r--r--sys/sys/stdatomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/stdatomic.h b/sys/sys/stdatomic.h
index b55d388..0a6ae46 100644
--- a/sys/sys/stdatomic.h
+++ b/sys/sys/stdatomic.h
@@ -198,7 +198,7 @@ typedef _Atomic(long long) atomic_llong;
typedef _Atomic(unsigned long long) atomic_ullong;
typedef _Atomic(__char16_t) atomic_char16_t;
typedef _Atomic(__char32_t) atomic_char32_t;
-typedef _Atomic(__wchar_t) atomic_wchar_t;
+typedef _Atomic(___wchar_t) atomic_wchar_t;
typedef _Atomic(__int_least8_t) atomic_int_least8_t;
typedef _Atomic(__uint_least8_t) atomic_uint_least8_t;
typedef _Atomic(__int_least16_t) atomic_int_least16_t;
OpenPOWER on IntegriCloud