about summary refs log tree commit homepage
path: root/mymalloc.h
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-01-09 07:33:34 +0000
committerEric Wong <e@80x24.org>2023-01-09 07:35:59 +0000
commit4dc4efe067e6d09efee3e223558f303f6e4091f0 (patch)
treeacf5b838d0f1769eb349258a9fc6ad23f0abf09a /mymalloc.h
parent2c7547e929737f28069eeea2b3cd4009a4f7867c (diff)
parent458c801f687fc102984fba591112b492e89c067c (diff)
downloadmwrap-4dc4efe067e6d09efee3e223558f303f6e4091f0.tar.gz
Mostly a few portability bits, but a few httpd UI/UX
tweaks as well.
Diffstat (limited to 'mymalloc.h')
-rw-r--r--mymalloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mymalloc.h b/mymalloc.h
index 6b5a22d..196ccc0 100644
--- a/mymalloc.h
+++ b/mymalloc.h
@@ -100,6 +100,8 @@ static void *my_mmap(size_t size)
 #endif
 #include "dlmalloc_c.h"
 #undef ABORT /* conflicts with Perl */
+#undef NOINLINE /* conflicts with Ruby, defined by dlmalloc_c.h */
+#undef HAVE_MREMAP /* conflicts with Ruby 3.2 */
 
 static MWRAP_TSD mstate ms_tsd;