summaryrefslogtreecommitdiff
path: root/external/bsd/jemalloc
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2019-03-27 15:33:52 +0000
committerchristos <christos@NetBSD.org>2019-03-27 15:33:52 +0000
commita1da7fa6d2dac2a5eeecf12ca92fc98337055557 (patch)
tree5cb7a8717f3f9852fcffc85eed420539df330a20 /external/bsd/jemalloc
parent9926b0135ca2b329322de26fdfa6415f938ee297 (diff)
vaxinate!
Diffstat (limited to 'external/bsd/jemalloc')
-rw-r--r--external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h b/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h
index 69627da49de..10ab26f5762 100644
--- a/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h
+++ b/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h
@@ -110,6 +110,9 @@ typedef int malloc_cpuid_t;
# ifdef __le32__
# define LG_QUANTUM 4
# endif
+# ifdef __vax__
+# define LG_QUANTUM 4
+# endif
# ifndef LG_QUANTUM
# error "Unknown minimum alignment for architecture; specify via "
"--with-lg-quantum"