aboutsummaryrefslogtreecommitdiff
path: root/system/include/libcxx/cstddef
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libcxx/cstddef')
-rw-r--r--system/include/libcxx/cstddef2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libcxx/cstddef b/system/include/libcxx/cstddef
index 24670897..c2637721 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_VISIBLE nullptr_t
+struct _LIBCPP_TYPE_VIS nullptr_t
{
void* __lx;