Explorar o código

disable mallopt based upon malloc implementation, not mmu status

Mike Frysinger %!s(int64=19) %!d(string=hai) anos
pai
achega
22461470c0
Modificáronse 1 ficheiros con 1 adicións e 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