Searched hist:309258 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/include/
H A Dstddef.hdiff 309258 Mon Nov 28 11:38:13 MST 2016 jhb MFC 307756: Define max_align_t for C11.

libc++'s stddef.h includes an existing definition of max_align_t for
C++11, but it is only defined for C++, not for C. In addition, GCC and
clang both define an alternate version of max_align_t that uses a
union of multiple types rather than a plain long double as in libc++.
This adds a __max_align_t to <sys/_types.h> that matches the GCC and
clang definition that is mapped to max_align_t in <stddef.h>.

PR: 210890
/freebsd-10-stable/sys/sys/
H A D_types.hdiff 309258 Mon Nov 28 11:38:13 MST 2016 jhb MFC 307756: Define max_align_t for C11.

libc++'s stddef.h includes an existing definition of max_align_t for
C++11, but it is only defined for C++, not for C. In addition, GCC and
clang both define an alternate version of max_align_t that uses a
union of multiple types rather than a plain long double as in libc++.
This adds a __max_align_t to <sys/_types.h> that matches the GCC and
clang definition that is mapped to max_align_t in <stddef.h>.

PR: 210890

Completed in 67 milliseconds