diff options
author | Christopher Faylor <me@cgf.cx> | 2002-06-06 01:26:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-06-06 01:26:33 +0000 |
commit | 58fcd93ae3ac0bdedac938bf42b3861b3577e926 (patch) | |
tree | 1361518fcc5eab54d029345f0fae7e3a7706abf2 /winsup/cygwin/strace.cc | |
parent | c240a7fcdec6c70a8e259aa7127774708658c7e3 (diff) | |
download | cygnal-58fcd93ae3ac0bdedac938bf42b3861b3577e926.tar.gz cygnal-58fcd93ae3ac0bdedac938bf42b3861b3577e926.tar.bz2 cygnal-58fcd93ae3ac0bdedac938bf42b3861b3577e926.zip |
* strace.cc (strace::hello): Set inited, when appropriate.
Diffstat (limited to 'winsup/cygwin/strace.cc')
-rw-r--r-- | winsup/cygwin/strace.cc | 1 |
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; |