svn commit: r310134 - in stable: 10/include 11/include

John Baldwin jhb at FreeBSD.org
Fri Dec 16 01:14:01 UTC 2016


Author: jhb
Date: Fri Dec 16 01:14:00 2016
New Revision: 310134
URL: https://svnweb.freebsd.org/changeset/base/310134

Log:
  MFC 309274:
  Use the correct name for the GCC macro indicating max_align_t is defined.

Modified:
  stable/10/include/stddef.h
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/include/stddef.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/10/include/stddef.h
==============================================================================
--- stable/10/include/stddef.h	Fri Dec 16 01:06:35 2016	(r310133)
+++ stable/10/include/stddef.h	Fri Dec 16 01:14:00 2016	(r310134)
@@ -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
 


More information about the svn-src-all mailing list