aboutsummaryrefslogtreecommitdiff
path: root/includedir/sys/param.h
blob: 3167713c56ea9c2d62bd5f1e927266a880088d82 (plain)
1
2
3
#include_next <sys/param.h>
#define ALIGNBYTES (sizeof(uintptr_t) - 1)
#define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES)