aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-02-14 04:58:31 +0000
committerChristopher Faylor <me@cgf.cx>2004-02-14 04:58:31 +0000
commitcf2b4018b0c5d954948caf8165137728703d0fc0 (patch)
treed2e1c56c735a4a259cc7a6a7a91d41710c535d50
parentc21e74cce84389cfbde36b355b8c60810a40ee0c (diff)
downloadnewlib-cf2b4018b0c5d954948caf8165137728703d0fc0.zip
newlib-cf2b4018b0c5d954948caf8165137728703d0fc0.tar.gz
newlib-cf2b4018b0c5d954948caf8165137728703d0fc0.tar.bz2
* sigproc.cc (proc_subproc): Change warning back to silent debug output.
-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);
}