aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/sigproc.cc2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5a298bf..25d7b31 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2004-02-13 Christopher Faylor <cgf@redhat.com>
+ * sigproc.cc (proc_subproc): Change warning back to silent debug
+ output.
+
+2004-02-13 Christopher Faylor <cgf@redhat.com>
+
* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.
(alloc_stack): Ditto.
* exceptions.cc (ctrl_c_handler): Add debugging output.
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index 5d7e049..8a41873 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -374,7 +374,7 @@ proc_subproc (DWORD what, DWORD val)
way to deal with this and could lead to process hangs. */
if (nzombies >= NZOMBIES)
{
- system_printf ("zombie table overflow %d", thiszombie);
+ sigproc_printf ("zombie table overflow %d", thiszombie);
remove_zombie (thiszombie);
}