aboutsummaryrefslogtreecommitdiff
path: root/include/stdalign.h
Commit message (Collapse)AuthorAgeFilesLines
* Add <stdalign.h> and <stdnoreturn.h>.Ed Schouten2011-12-251-0/+47
Even though these header files make little sense to me, they are part of the standard. By including these header files, you can simply use `alignas', `alignof' and `noreturn' instead of the underscore-prefixed versions. Notes: svn path=/head/; revision=228879