#include <sysproto.h>
Collaboration diagram for sigprocmask_args:
Data Fields | |
int | how |
char | how_l_ [0] |
char | how_r_ [(sizeof(register_t)<=sizeof(int)?0:sizeof(register_t)-sizeof(int))] |
sigset_t * | oset |
char | oset_l_ [0] |
char | oset_r_ [(sizeof(register_t)<=sizeof(sigset_t *)?0:sizeof(register_t)-sizeof(sigset_t *))] |
const sigset_t * | set |
char | set_l_ [0] |
char | set_r_ [(sizeof(register_t)<=sizeof(const sigset_t *)?0:sizeof(register_t)-sizeof(const sigset_t *))] |
Definition at line 141 of file sysproto.h.
Definition at line 142 of file sysproto.h.
char sigprocmask_args::how_l_[0] |
Definition at line 142 of file sysproto.h.
char sigprocmask_args::how_r_[(sizeof(register_t)<=sizeof(int)?0:sizeof(register_t)-sizeof(int))] |
Definition at line 142 of file sysproto.h.
Definition at line 144 of file sysproto.h.
char sigprocmask_args::oset_l_[0] |
Definition at line 144 of file sysproto.h.
char sigprocmask_args::oset_r_[(sizeof(register_t)<=sizeof(sigset_t *)?0:sizeof(register_t)-sizeof(sigset_t *))] |
Definition at line 144 of file sysproto.h.
const sigset_t* sigprocmask_args::set |
Definition at line 143 of file sysproto.h.
char sigprocmask_args::set_l_[0] |
Definition at line 143 of file sysproto.h.
char sigprocmask_args::set_r_[(sizeof(register_t)<=sizeof(const sigset_t *)?0:sizeof(register_t)-sizeof(const sigset_t *))] |
Definition at line 143 of file sysproto.h.