diff options
author | Christopher Faylor <me@cgf.cx> | 2009-07-12 21:15:47 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2009-07-12 21:15:47 +0000 |
commit | 4a42a25876662efc1fff97c6668a156ac2e39a8e (patch) | |
tree | 21037a1699317b3c43cbe9999c3a2cea66ecb51e /winsup/cygwin/pinfo.cc | |
parent | 77dcafa5ade83ba087a42d7e55583560d125086f (diff) | |
download | cygnal-4a42a25876662efc1fff97c6668a156ac2e39a8e.tar.gz cygnal-4a42a25876662efc1fff97c6668a156ac2e39a8e.tar.bz2 cygnal-4a42a25876662efc1fff97c6668a156ac2e39a8e.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r-- | winsup/cygwin/pinfo.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index 00e4db7ea..5ac29fc30 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -924,7 +924,6 @@ _pinfo::dup_proc_pipe (HANDLE hProcess) wr_proc_pipe_owner = dwProcessId; sigproc_printf ("duped wr_proc_pipe %p for pid %d(%u)", wr_proc_pipe, pid, dwProcessId); - res = true; } return orig_wr_proc_pipe; } |