aboutsummaryrefslogtreecommitdiff
path: root/include/cstddef
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2014-01-29 19:30:27 +0000
committerDimitry Andric <dim@FreeBSD.org>2014-01-29 19:30:27 +0000
commita5b2dbc259e289ea23fe9aebb34eba2c1dc7fefb (patch)
tree5812a629bd48b0968dee7411809c6a6a19680390 /include/cstddef
parent1c9014238e909c768bf84564733b5441d5c9ea2b (diff)
Notes
Diffstat (limited to 'include/cstddef')
-rw-r--r--include/cstddef2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cstddef b/include/cstddef
index c263772160285..7ef16ff2a367c 100644
--- a/include/cstddef
+++ b/include/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;