This is the mail archive of the cygwin-developers@sources.redhat.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]

Re: testsuite signal handling patch


> btw,  shouldn't  call_handler()  set  signal  handler to SIG_DFL while
> program is in handler?
>

It depends of how the handler was set. It's true for signal() call, but the
behavior for sigaction() call should depend of sa_mask and sa_flags fields
of struct sigaction.

Sergey Okhapkin, http://www.lexa.ru/sos
Somerset, NJ



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