testsuite signal handling patch

Sergey Okhapkin sos@prospect.com.ru
Mon Sep 4 05:15:00 GMT 2000


> 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




More information about the Cygwin-developers mailing list