summaryrefslogtreecommitdiffstats
path: root/sys/x86/include/_align.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement _ALIGN() using internal integer types.ed2016-05-311-2/+2
| | | | | | | The existing version depends on register_t and uintptr_t, which are only available when including headers such as <sys/types.h>. As this macro is used by <sys/socket.h>, for example, it should be written in such a way that it doesn't depend on those types.
* Merge amd64/i386 _align.h by aligning on the size of register_t (copiedtijl2010-11-261-0/+52
from powerpc). Reviewed by: imp, jhb Approved by: kib (mentor)
OpenPOWER on IntegriCloud