UbixOS
2.0
|
#include <sysproto_posix.h>
Data Fields | |
const struct sigaction * | act |
char | act_l_ [0] |
char | act_r_ [(sizeof(register_t)<=sizeof(const struct sigaction *) ? 0 :sizeof(register_t) - sizeof(const struct sigaction *))] |
struct sigaction * | oact |
char | oact_l_ [0] |
char | oact_r_ [(sizeof(register_t)<=sizeof(struct sigaction *) ? 0 :sizeof(register_t) - sizeof(struct sigaction *))] |
int | sig |
char | sig_l_ [0] |
char | sig_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 423 of file sysproto_posix.h.
Definition at line 428 of file sysproto_posix.h.
char sigaction_args::act_l_[0] |
Definition at line 427 of file sysproto_posix.h.
char sigaction_args::act_r_[(sizeof(register_t)<=sizeof(const struct sigaction *) ? 0 :sizeof(register_t) - sizeof(const struct sigaction *))] |
Definition at line 429 of file sysproto_posix.h.
struct sigaction* sigaction_args::oact |
Definition at line 431 of file sysproto_posix.h.
char sigaction_args::oact_l_[0] |
Definition at line 430 of file sysproto_posix.h.
char sigaction_args::oact_r_[(sizeof(register_t)<=sizeof(struct sigaction *) ? 0 :sizeof(register_t) - sizeof(struct sigaction *))] |
Definition at line 432 of file sysproto_posix.h.
int sigaction_args::sig |
Definition at line 425 of file sysproto_posix.h.
char sigaction_args::sig_l_[0] |
Definition at line 424 of file sysproto_posix.h.
char sigaction_args::sig_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 426 of file sysproto_posix.h.