|
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. |