aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2016-11-29 00:16:19 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2016-11-29 00:16:19 +0000
commit31ad7c11b393583f7b6b1f8118b27a0339ccd71a (patch)
treef77ed3165134683cfd2b659a2a3c349d479738fc /include
parent75aa5f28e94d718c8a1522d00b831189c197454f (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 7f2d2f0cd4bd..fbcb3fb90252 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