This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Signal handling tune up.


On Tue, Aug 19, 2003 at 08:41:35PM -0400, Christopher Faylor wrote:
>However, it has been bothering me for a long time that all of this
>signal mask stuff is in the pinfo structure.  This is a holdover from
>early cygwin that doesn't make any sense.  So, sometime soon, I'm
>going to rip much of the signal handling out of pinfo and put it
>into local arrays.

Actually, just to clarify, you do have to save siga's mask away
somewhere since there could be a race otherwise.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]