UbixOS  2.0
sys_sigaction_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_sigaction_args:
Collaboration graph

Data Fields

const struct sigactionact
 
char act_l_ [0]
 
char act_r_ [(sizeof(register_t)<=sizeof(const struct sigaction *) ? 0 :sizeof(register_t) - sizeof(const struct sigaction *))]
 
struct sigactionoact
 
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))]
 

Detailed Description

Definition at line 563 of file sysproto_posix.h.

Field Documentation

◆ act

const struct sigaction* sys_sigaction_args::act

Definition at line 568 of file sysproto_posix.h.

Referenced by sys_sigaction().

◆ act_l_

char sys_sigaction_args::act_l_[0]

Definition at line 567 of file sysproto_posix.h.

◆ act_r_

char sys_sigaction_args::act_r_[(sizeof(register_t)<=sizeof(const struct sigaction *) ? 0 :sizeof(register_t) - sizeof(const struct sigaction *))]

Definition at line 569 of file sysproto_posix.h.

◆ oact

struct sigaction* sys_sigaction_args::oact

Definition at line 571 of file sysproto_posix.h.

Referenced by sys_sigaction().

◆ oact_l_

char sys_sigaction_args::oact_l_[0]

Definition at line 570 of file sysproto_posix.h.

◆ oact_r_

char sys_sigaction_args::oact_r_[(sizeof(register_t)<=sizeof(struct sigaction *) ? 0 :sizeof(register_t) - sizeof(struct sigaction *))]

Definition at line 572 of file sysproto_posix.h.

◆ sig

int sys_sigaction_args::sig

Definition at line 565 of file sysproto_posix.h.

Referenced by sys_sigaction().

◆ sig_l_

char sys_sigaction_args::sig_l_[0]

Definition at line 564 of file sysproto_posix.h.

◆ sig_r_

char sys_sigaction_args::sig_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]

Definition at line 566 of file sysproto_posix.h.


The documentation for this struct was generated from the following file: