* strace.cc (strace::hello): Set inited, when appropriate.

This commit is contained in:
Christopher Faylor 2002-06-06 01:26:33 +00:00
parent c240a7fcde
commit 58fcd93ae3
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-06-05 Christopher Faylor <cgf@redhat.com>
* strace.cc (strace::hello): Set inited, when appropriate.
2002-06-05 Christopher Faylor <cgf@redhat.com>
* cygwin.din: Eliminate some newlib wrappers.

View File

@ -276,10 +276,10 @@ version.cc winver.o: winver_stamp
@ :
shared_info_magic.h: cygmagic shared_info.h
/bin/sh ${word 1,$^} $@ "$(CC)" ${word 2,$^} MOUNT_MAGIC 'class mount_info' SHARED_MAGIC 'class shared_info'
/bin/sh ${word 1,$^} $@ "$(CXX) -x c++" ${word 2,$^} MOUNT_MAGIC 'class mount_info' SHARED_MAGIC 'class shared_info'
child_info_magic.h: cygmagic child_info.h
/bin/sh ${word 1,$^} $@ "$(CC)" ${word 2,$^} CHILD_INFO_MAGIC 'class child_info'
/bin/sh ${word 1,$^} $@ "$(CXX) -x c++" ${word 2,$^} CHILD_INFO_MAGIC 'class child_info'
dcrt0.o sigproc.o: child_info_magic.h

View File

@ -37,6 +37,7 @@ strace::hello()
return;
}
inited = 1;
if (!being_debugged ())
return;