Explorar el Código

disable mallopt based upon malloc implementation, not mmu status

Mike Frysinger hace 19 años
padre
commit
22461470c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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