server: Avoid hang on process startup.
commit492661079c01313ad46797c984a09a2010d3ebe5
authorAlexandre Julliard <julliard@winehq.org>
Tue, 21 Feb 2006 18:30:17 +0000 (21 19:30 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 21 Feb 2006 18:30:17 +0000 (21 19:30 +0100)
tree40edeed498edcba2fb096e5b5615451124c35412
parent68ea200f32124e1f3ee51e535a2b0cf9d806aca6
server: Avoid hang on process startup.
Fixed the startup_info signaled state to avoid blocking the parent
process when the child crashes on startup.
server/process.c