diff options
author | Christopher Faylor <me@cgf.cx> | 2000-03-07 18:32:40 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-03-07 18:32:40 +0000 |
commit | cba95ef1c87ef752799560af1cb978fbaa0cee38 (patch) | |
tree | 10e64d99343b1e9f5879f5a04acb83a452d62b54 /winsup/cygwin/mcount.c | |
parent | 5abc9b830b4a18d23782f8267abad8ee6eda6d7b (diff) | |
download | cygnal-cba95ef1c87ef752799560af1cb978fbaa0cee38.tar.gz cygnal-cba95ef1c87ef752799560af1cb978fbaa0cee38.tar.bz2 cygnal-cba95ef1c87ef752799560af1cb978fbaa0cee38.zip |
* sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since it
didn't seem to affect the "bash hangs" problem.
Diffstat (limited to 'winsup/cygwin/mcount.c')
-rw-r--r-- | winsup/cygwin/mcount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/mcount.c b/winsup/cygwin/mcount.c index a8c5e3ea6..dcdbc2b06 100644 --- a/winsup/cygwin/mcount.c +++ b/winsup/cygwin/mcount.c @@ -37,7 +37,6 @@ static char rcsid[] = "$OpenBSD: mcount.c,v 1.6 1997/07/23 21:11:27 kstailey Exp #include <sys/param.h> #include <sys/types.h> -#include <sys/strace.h> #include <gmon.h> /* |