Ver Fonte

disable mallopt based upon malloc implementation, not mmu status

Mike Frysinger há 19 anos atrás
pai
commit
22461470c0
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      test/test-skeleton.c

+ 1 - 1
test/test-skeleton.c

@@ -204,7 +204,7 @@ main (int argc, char *argv[])
   pid_t termpid;
 
   /* Make uses of freed and uninitialized memory known.  */
-#ifdef __ARCH_HAS_MMU__
+#ifdef __MALLOC_STANDARD__
 #ifndef M_PERTURB
 # define M_PERTURB -6
 #endif