Browse Source

protect mallinfo

David Rose 20 years ago
parent
commit
5ac9710eeb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/src/dtoolbase/dlmalloc.c

+ 1 - 0
dtool/src/dtoolbase/dlmalloc.c

@@ -3,6 +3,7 @@
 
 #ifdef USE_MEMORY_DLMALLOC
 #define USE_DL_PREFIX 1
+#define mallinfo dlmallinfo
 
 /*
   This is a version (aka dlmalloc) of malloc/free/realloc written by