* dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanup
needed. * dtable.cc (dtable::vfork_parent_restore): Remove assertion. * pipe.cc (fhandler_pipe::close): Don't close read_state during fork_fixup since it wasn't inherited.
This commit is contained in:
@ -1130,7 +1130,7 @@ void
|
||||
events_init (void)
|
||||
{
|
||||
char *name;
|
||||
/* title_mutex protects modification of console title. It's neccessary
|
||||
/* title_mutex protects modification of console title. It's necessary
|
||||
while finding console window handle */
|
||||
|
||||
if (!(title_mutex = CreateMutex (&sec_all_nih, FALSE,
|
||||
|
Reference in New Issue
Block a user