Home
last modified time | relevance | path

Searched hist:"3 a45c3d6439061aa23b40f83c5e5fca7e99cb25d" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/x86/include/
H A D_align.hdiff 3a45c3d6439061aa23b40f83c5e5fca7e99cb25d Tue May 31 15:31:19 CEST 2016 Ed Schouten <ed@FreeBSD.org> Implement _ALIGN() using internal integer types.

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.