summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-30 04:08:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-30 04:08:46 +0000
commit4671e1b6650c7f6a9926651a4dab18cd3ec19fa5 (patch)
tree898a96791453be40c058f7014461a9454f56862b
parent3d095900fa3abeb5f9953590377c69d1fc548d5a (diff)
downloadATCD-4671e1b6650c7f6a9926651a4dab18cd3ec19fa5.tar.gz
ChangeLogTag:Sun Aug 29 22:57:26 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-rw-r--r--tests/Signal_Test.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/Signal_Test.cpp b/tests/Signal_Test.cpp
index 60242b9519f..0475686b863 100644
--- a/tests/Signal_Test.cpp
+++ b/tests/Signal_Test.cpp
@@ -67,7 +67,6 @@ handle_signal (int signum)
/* NOTREACHED */
case SIGCHLD:
-
for (;;)
{
int child_exit_status;
@@ -300,7 +299,6 @@ worker_parent (void *)
// Perform a <wait> until our child process has exited.
-#if 0
while (shut_down == 0)
{
// Wait for a signal to arrive.
@@ -311,12 +309,9 @@ worker_parent (void *)
ACE_DEBUG ((LM_DEBUG,
ASYS_TEXT ("(%P|%t) got signal!\n")));
}
-#else
- pm.wait ();
-#endif
ACE_DEBUG ((LM_DEBUG,
- ASYS_TEXT ("(%P|%t) child done\n")));
+ ASYS_TEXT ("(%P|%t) parent done\n")));
return 0;
}