]> sourceware.org Git - newlib-cygwin.git/commitdiff
Revert incorrect checkins.
authorChristopher Faylor <me@cgf.cx>
Fri, 5 Oct 2001 04:37:33 +0000 (04:37 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 5 Oct 2001 04:37:33 +0000 (04:37 +0000)
winsup/cygwin/child_info.h
winsup/cygwin/debug.h
winsup/cygwin/fork.cc

index 7827d853f1c5ac2dffd6d42efb73bb05fe6562bf..983675877c3c02754d2fa25bd305010850229ebf 100644 (file)
@@ -12,7 +12,7 @@ details. */
 
 enum
 {
-  PROC_MAGIC = 0xaf13f000,
+  PROC_MAGIC = 0xaf12f000,
   PROC_FORK = PROC_MAGIC + 1,
   PROC_EXEC = PROC_MAGIC + 2,
   PROC_SPAWN = PROC_MAGIC + 3,
index fdd3d3ccd97f2706dfac1dd996a5133eb1e54056..8323e617a2b3dfc0bfd304ce8373a5eab41b0830 100644 (file)
@@ -13,12 +13,6 @@ details. */
 #include "dlmalloc.h"
 #define MALLOC_CHECK ({\
   debug_printf ("checking malloc pool");\
-  free (malloc (20));\
-  free (malloc (128));\
-  free (malloc (4096));\
-  free (malloc (16384));\
-  free (malloc (32768));\
-  free (malloc (65536));\
   (void)mallinfo ();\
 })
 #endif
index adac0ce9dce1ec25c6291a2e55ef05662d46bac5..78d1abe010209ccb577ab81007af908aa48f574e 100644 (file)
@@ -315,7 +315,6 @@ fork_child (HANDLE& hParent, dll *&first_dll, bool& load_dlls)
   /* Initialize signal/process handling */
   sigproc_init ();
   __pthread_atforkchild ();
-  MALLOC_CHECK;
   cygbench ("fork-child");
   return 0;
 }
This page took 0.031222 seconds and 5 git commands to generate.