UbixOS  2.0
sigaction_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for 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 423 of file sysproto_posix.h.

Field Documentation

◆ act

const struct sigaction* sigaction_args::act

Definition at line 428 of file sysproto_posix.h.

◆ act_l_

char sigaction_args::act_l_[0]

Definition at line 427 of file sysproto_posix.h.

◆ act_r_

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.

◆ oact

struct sigaction* sigaction_args::oact

Definition at line 431 of file sysproto_posix.h.

◆ oact_l_

char sigaction_args::oact_l_[0]

Definition at line 430 of file sysproto_posix.h.

◆ oact_r_

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.

◆ sig

int sigaction_args::sig

Definition at line 425 of file sysproto_posix.h.

◆ sig_l_

char sigaction_args::sig_l_[0]

Definition at line 424 of file sysproto_posix.h.

◆ sig_r_

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.


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