From 4a42a25876662efc1fff97c6668a156ac2e39a8e Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 12 Jul 2009 21:15:47 +0000 Subject: * Makefile.in: Don't do anything special with any RCS directories. * ntdll.h (PROCESSINFOCLASS): Remove unneeded trailing comma. * pinfo.cc (_pinfo::dup_proc_pipe): Remove unneeded assignment. * sigproc.cc (sig_send): Don't send signal to myself if this is an exec stub. --- winsup/cygwin/sigproc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/sigproc.cc') diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index e21e09feb..91109977b 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -555,7 +555,7 @@ sig_send (_pinfo *p, siginfo_t& si, _cygtls *tls) pack.wakeup = NULL; bool wait_for_completion; - if (!(its_me = (p == NULL || p == myself || p == myself_nowait))) + if (!(its_me = (!hExeced && (p == NULL || p == myself || p == myself_nowait)))) { /* It is possible that the process is not yet ready to receive messages * or that it has exited. Detect this. -- cgit v1.2.3