logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

param.h (134B)


  1. #include_next <sys/param.h>
  2. #define ALIGNBYTES (sizeof(uintptr_t) - 1)
  3. #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES)