Use the correct name for the GCC macro indicating max_align_t is defined.

MFC after:	3 days
This commit is contained in:
John Baldwin 2016-11-29 00:16:19 +00:00
parent 75aa5f28e9
commit 31ad7c11b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309274

View file

@ -66,7 +66,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