diff options
Diffstat (limited to 'system/include/libcxx/cstddef')
-rw-r--r-- | system/include/libcxx/cstddef | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libcxx/cstddef b/system/include/libcxx/cstddef index c2637721..7ef16ff2 100644 --- a/system/include/libcxx/cstddef +++ b/system/include/libcxx/cstddef @@ -56,7 +56,7 @@ typedef long double max_align_t; #ifdef _LIBCPP_HAS_NO_NULLPTR -struct _LIBCPP_TYPE_VIS nullptr_t +struct _LIBCPP_TYPE_VIS_ONLY nullptr_t { void* __lx; |