* pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well as
PID_IN_USE.
This commit is contained in:
parent
eca7c7291f
commit
160c7abd0c
|
@ -1,3 +1,8 @@
|
||||||
|
Sat Oct 21 15:27:55 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well as
|
||||||
|
PID_IN_USE.
|
||||||
|
|
||||||
Sat Oct 21 01:52:54 2000 Christopher Faylor <cgf@cygnus.com>
|
Sat Oct 21 01:52:54 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* spawn.cc (spawn_guts): Don't do the reparenting step if we notice
|
* spawn.cc (spawn_guts): Don't do the reparenting step if we notice
|
||||||
|
|
|
@ -144,7 +144,7 @@ pinfo::init (pid_t n, DWORD flag, HANDLE in_h)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int createit = flag & PID_IN_USE;
|
int createit = flag & PID_IN_USE | PID_EXECED;
|
||||||
for (int i = 0; i < 10; i++)
|
for (int i = 0; i < 10; i++)
|
||||||
{
|
{
|
||||||
int created;
|
int created;
|
||||||
|
|
Loading…
Reference in New Issue