Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-06-06 05:26:33 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-06 05:26:33 +0400
commit58fcd93ae3ac0bdedac938bf42b3861b3577e926 (patch)
tree1361518fcc5eab54d029345f0fae7e3a7706abf2 /winsup/cygwin/strace.cc
parentc240a7fcdec6c70a8e259aa7127774708658c7e3 (diff)
* strace.cc (strace::hello): Set inited, when appropriate.
Diffstat (limited to 'winsup/cygwin/strace.cc')
-rw-r--r--winsup/cygwin/strace.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/strace.cc b/winsup/cygwin/strace.cc
index 64a9cbc7c..f0eb799da 100644
--- a/winsup/cygwin/strace.cc
+++ b/winsup/cygwin/strace.cc
@@ -37,6 +37,7 @@ strace::hello()
return;
}
+ inited = 1;
if (!being_debugged ())
return;