View | Details | Raw Unified | Return to bug 19602
Collapse All | Expand All

(-)sigaction.2 Fri Jun 30 11:23:56 2000 (-1 / +1 lines)
Lines 445-451 Link Here
445
The handler function should match the SA_SIGINFO prototype if the
445
The handler function should match the SA_SIGINFO prototype if the
446
SA_SIGINFO bit is set in flags.
446
SA_SIGINFO bit is set in flags.
447
It then should be pointed to by the
447
It then should be pointed to by the
448
.Dv sa_siginfo
448
.Dv sa_sigaction
449
member of
449
member of
450
.Dv struct sigaction .
450
.Dv struct sigaction .
451
Note that you should not assign SIG_DFL or SIG_IGN this way.
451
Note that you should not assign SIG_DFL or SIG_IGN this way.

Return to bug 19602