#include <sysproto.h>
Definition at line 111 of file sysproto.h.
Data Fields | |
| sigaction * | act |
| char | act_l_ [PADL_(const struct sigaction *)] |
| char | act_r_ [PADR_(const struct sigaction *)] |
| sigaction * | oact |
| char | oact_l_ [PADL_(struct sigaction *)] |
| char | oact_r_ [PADR_(struct sigaction *)] |
| int | sig |
| char | sig_l_ [PADL_(int)] |
| char | sig_r_ [PADR_(int)] |
| struct sigaction* sigaction_args::act |
Definition at line 113 of file sysproto.h.
| char sigaction_args::act_l_[PADL_(const struct sigaction *)] |
Definition at line 113 of file sysproto.h.
| char sigaction_args::act_r_[PADR_(const struct sigaction *)] |
Definition at line 113 of file sysproto.h.
| struct sigaction* sigaction_args::oact |
Definition at line 114 of file sysproto.h.
| char sigaction_args::oact_l_[PADL_(struct sigaction *)] |
Definition at line 114 of file sysproto.h.
| char sigaction_args::oact_r_[PADR_(struct sigaction *)] |
Definition at line 114 of file sysproto.h.
Definition at line 112 of file sysproto.h.
| char sigaction_args::sig_l_[PADL_(int)] |
Definition at line 112 of file sysproto.h.
| char sigaction_args::sig_r_[PADR_(int)] |
Definition at line 112 of file sysproto.h.
1.4.7