Documentation Home
>
Sun WorkShop Compiler C 5.0 User's Guide
>
Appendix B Implementation-Defined Behavior
>
Implementation Compared to the ANSI/ISO StandardT
>
Library Functions(G.3.14)
> (7.7.1.1) Whether the default handling is reset if the SIGILL signal is received by a handler specified to the signal function:
Sun WorkShop Compiler C 5.0 User's Guide
Previous
: (7.7.1.1) If the equivalent of signal(sig, SIG_DFL); is not executed prior to the call of a signal handler, the blocking of the signal that is performed:
Next
: (7.9.2) Whether the last line of a text stream requires a terminating new-line character:
(7.7.1.1) Whether the default handling is reset if the
SIGILL
signal is received by a handler specified to the signal function:
Default handling is not reset in
SIGILL
.
Previous
: (7.7.1.1) If the equivalent of signal(sig, SIG_DFL); is not executed prior to the call of a signal handler, the blocking of the signal that is performed:
Next
: (7.9.2) Whether the last line of a text stream requires a terminating new-line character:
© 2010, Oracle Corporation and/or its affiliates