From 160c7abd0c26396772a035c98827b0692d6890fe Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 21 Oct 2000 19:28:49 +0000 Subject: * pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well as PID_IN_USE. --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/pinfo.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e4cfae5c2..f7a26d023 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 21 15:27:55 2000 Christopher Faylor + + * pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well as + PID_IN_USE. + Sat Oct 21 01:52:54 2000 Christopher Faylor * spawn.cc (spawn_guts): Don't do the reparenting step if we notice diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index 099e961e1..5e91465c3 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -144,7 +144,7 @@ pinfo::init (pid_t n, DWORD flag, HANDLE in_h) return; } - int createit = flag & PID_IN_USE; + int createit = flag & PID_IN_USE | PID_EXECED; for (int i = 0; i < 10; i++) { int created; -- cgit v1.2.3