summaryrefslogtreecommitdiffstats
path: root/include/stddef.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2016-12-16 01:14:00 +0000
committerjhb <jhb@FreeBSD.org>2016-12-16 01:14:00 +0000
commit773d8c0acce73daadeb5ad3aba608be911447192 (patch)
treea050904379d3ce6b179bd76b51f80c4ba3da6e84 /include/stddef.h
parentd2d17678b07c58d677cc11eb2c9b14c1a7669e35 (diff)
downloadFreeBSD-src-773d8c0acce73daadeb5ad3aba608be911447192.zip
FreeBSD-src-773d8c0acce73daadeb5ad3aba608be911447192.tar.gz
MFC 309274:
Use the correct name for the GCC macro indicating max_align_t is defined.
Diffstat (limited to 'include/stddef.h')
-rw-r--r--include/stddef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stddef.h b/include/stddef.h
index 7f2d2f0..fbcb3fb 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -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
OpenPOWER on IntegriCloud