diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-03 06:20:23 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-03 06:20:23 +0000 |
commit | f3afe99b0b8de188814ae7e7f841d2566532ef27 (patch) | |
tree | c0ecbf0fe730c3fe33fdfc27ea4f3028599dd5fb /winsup/cygwin/exceptions.cc | |
parent | 7b061fd844f6ade0087cfde28eea223b2aa778a2 (diff) | |
download | cygnal-f3afe99b0b8de188814ae7e7f841d2566532ef27.tar.gz cygnal-f3afe99b0b8de188814ae7e7f841d2566532ef27.tar.bz2 cygnal-f3afe99b0b8de188814ae7e7f841d2566532ef27.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r-- | winsup/cygwin/exceptions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 5176180b3..716846f89 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -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, |