diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2017-06-22 18:39:52 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2017-06-22 18:39:52 +0000 |
| commit | f49db4cf697b2e851b2ddcf1d2bbf4260f904dc5 (patch) | |
| tree | b89cb51a6b4f5aca0a370664d6f0358d005e668c /include | |
| parent | 3385c745395914072e2c20a0d4e8e4db387bd61f (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/stddef.h | 2 |
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 |
