diff options
author | jhb <jhb@FreeBSD.org> | 2016-12-16 01:14:00 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2016-12-16 01:14:00 +0000 |
commit | f510da46a78eae2d3267ae1ea9be37877b0363cc (patch) | |
tree | 3dec6b93f2be8bd16f548ac9732b756f630fa5da /include | |
parent | f7b0e665026f84b3348186f5c033a1b9db26cf74 (diff) | |
download | FreeBSD-src-f510da46a78eae2d3267ae1ea9be37877b0363cc.zip FreeBSD-src-f510da46a78eae2d3267ae1ea9be37877b0363cc.tar.gz |
MFC 309274:
Use the correct name for the GCC macro indicating max_align_t is defined.
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 99629e0..3c1b1bb 100644 --- a/include/stddef.h +++ b/include/stddef.h @@ -63,7 +63,7 @@ typedef ___wchar_t wchar_t; #ifndef __CLANG_MAX_ALIGN_T_DEFINED typedef __max_align_t max_align_t; #define __CLANG_MAX_ALIGN_T_DEFINED -#define __GCC_MAX_ALIGN_T +#define _GCC_MAX_ALIGN_T #endif #endif |