Module Name: src Committed By: martin Date: Mon Oct 2 17:38:23 UTC 2023
Modified Files: src/external/bsd/jemalloc/lib [netbsd-10]: Makefile jemalloc_stub.c Log Message: Pull up following revision(s) (requested by rin in ticket #391): external/bsd/jemalloc/lib/jemalloc_stub.c: revision 1.2 external/bsd/jemalloc/lib/jemalloc_stub.c: revision 1.3 external/bsd/jemalloc/lib/jemalloc_stub.c: revision 1.4 external/bsd/jemalloc/lib/Makefile: revision 1.5 libjemalloc: Compile in empty jemalloc_stub.c for HAVE_JEMALLOC=100 Fix strange parallel build failures observed on vax and sun2, which should be due to empty SRCS. No functional changes as library itself. jemalloc_stub.c: Provide stubs for HAVE_JEMALLOC > 100 Instead of HAVE_JEMALLOC != 100. Just for sure. jemalloc_stub.c: Forgot to update comment. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.3.12.1 -r1.3.12.2 src/external/bsd/jemalloc/lib/Makefile cvs rdiff -u -r1.1 -r1.1.12.1 src/external/bsd/jemalloc/lib/jemalloc_stub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.