aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2016-12-16 01:14:00 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2016-12-16 01:14:00 +0000
commita5659a2c00600c93aace4b2728698d578e22e749 (patch)
treea050904379d3ce6b179bd76b51f80c4ba3da6e84 /include
parent7baefaeacb2d522b5ad78cc039cb5e36d7ea6d29 (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