HomeFreeBSD

Implement _ALIGN() using internal integer types.

Description

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.

Details

Provenance
edAuthored on
Parents
rS301036: Release Mariusz Zaborski (oshogbo) from mentorship.
Branches
Unknown
Tags
Unknown