Module Name:    src
Committed By:   christos
Date:           Wed Mar 27 15:33:52 UTC 2019

Modified Files:
        src/external/bsd/jemalloc/include/jemalloc/internal:
            jemalloc_internal_types.h

Log Message:
vaxinate!


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    
src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h
diff -u src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h:1.2 src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h:1.3
--- src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h:1.2	Wed Mar 27 08:38:31 2019
+++ src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h	Wed Mar 27 11:33:52 2019
@@ -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"

Reply via email to