diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-03 06:17:25 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-03 06:17:25 +0000 |
commit | cba92c02552de63f82be0e090010075e10d0ff1f (patch) | |
tree | ac0ca420796664cb7b857d6de851601cec9442c2 | |
parent | a5ab39bdf674b1a24a4350c5bc9f6c8a916945ff (diff) | |
download | newlib-unlabeled-1.135.4.zip newlib-unlabeled-1.135.4.tar.gz newlib-unlabeled-1.135.4.tar.bz2 |
* dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanupgithub/unlabeled-1.135.4unlabeled-1.135.4
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.
-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 5176180..716846f 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, |