Browse Source

disable mallopt based upon malloc implementation, not mmu status

Mike Frysinger 19 years ago
parent
commit
22461470c0
1 changed files with 1 additions and 1 deletions
  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