summaryrefslogtreecommitdiffstats
path: root/contrib/libc++/include/cstddef
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libc++/include/cstddef')
-rw-r--r--contrib/libc++/include/cstddef6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libc++/include/cstddef b/contrib/libc++/include/cstddef
index 4b01be2..2467089 100644
--- a/contrib/libc++/include/cstddef
+++ b/contrib/libc++/include/cstddef
@@ -58,12 +58,12 @@ typedef long double max_align_t;
struct _LIBCPP_VISIBLE nullptr_t
{
- void* _;
+ void* __lx;
struct __nat {int __for_bool_;};
- _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR nullptr_t() : _(0) {}
- _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR nullptr_t(int __nat::*) : _(0) {}
+ _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR nullptr_t() : __lx(0) {}
+ _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR nullptr_t(int __nat::*) : __lx(0) {}
_LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR operator int __nat::*() const {return 0;}
OpenPOWER on IntegriCloud