aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2017-06-22 18:39:52 +0000
committerEd Schouten <ed@FreeBSD.org>2017-06-22 18:39:52 +0000
commitf49db4cf697b2e851b2ddcf1d2bbf4260f904dc5 (patch)
treeb89cb51a6b4f5aca0a370664d6f0358d005e668c /include
parent3385c745395914072e2c20a0d4e8e4db387bd61f (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/stddef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stddef.h b/include/stddef.h
index 90baf07dbdd18..88fbb93040a91 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -62,7 +62,7 @@ typedef ___wchar_t wchar_t;
#endif
#endif
-#if __STDC_VERSION__ >= 201112L || __cplusplus >= 201103L
+#if __ISO_C_VISIBLE >= 2011 || __cplusplus >= 201103L
#ifndef __CLANG_MAX_ALIGN_T_DEFINED
typedef __max_align_t max_align_t;
#define __CLANG_MAX_ALIGN_T_DEFINED