aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/_align.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge amd64/i386 _align.h by aligning on the size of register_t (copiedTijl Coosemans2010-11-261-44/+3
| | | | | | | | | | from powerpc). Reviewed by: imp, jhb Approved by: kib (mentor) Notes: svn path=/head/; revision=215856
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-081-0/+47
architecture specific include file containing the _ALIGN* stuff which <sys/socket.h> needs. Notes: svn path=/head/; revision=196994