]> sourceware.org Git - newlib-cygwin.git/commit
* exceptions.cc (set_process_mask): Set pending signals only when signals
authorChristopher Faylor <me@cgf.cx>
Wed, 3 Sep 2003 14:15:55 +0000 (14:15 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 3 Sep 2003 14:15:55 +0000 (14:15 +0000)
commit75119e9980e160d8766111f40353df61abc8159b
treea4acdc580af9f88230cd8636a906637975e2d0c4
parent73b21148158daab0873ad40309c72b1f3de66fa5
* exceptions.cc (set_process_mask): Set pending signals only when signals
become unmasked.
* sigproc.cc (pending_signals): Flip back to a global.
(wait_sig): Don't set pending signals when there is an armed semaphore or
signal is blocked.
* shared.cc (shared_info::initialize): Add a username parameter for user-mode
mounts.  Reorganize to try to avoid startup race.
(memory_init): Move some stuff into shared_info::initialize.
* shared_info.h (shared_info::initialize): Change declaration.
(CURR_SHARED_MAGIC): Update.
winsup/cygwin/ChangeLog
winsup/cygwin/exceptions.cc
winsup/cygwin/shared.cc
winsup/cygwin/shared_info.h
winsup/cygwin/sigproc.cc
This page took 0.030534 seconds and 5 git commands to generate.