summaryrefslogtreecommitdiff
path: root/core/openbsd/include/sys/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/openbsd/include/sys/param.h')
-rw-r--r--core/openbsd/include/sys/param.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/openbsd/include/sys/param.h b/core/openbsd/include/sys/param.h
deleted file mode 100644
index 3167713c..00000000
--- a/core/openbsd/include/sys/param.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#include_next <sys/param.h>
-#define ALIGNBYTES (sizeof(uintptr_t) - 1)
-#define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES)