Go to the documentation of this file.
   35 #define _SIG_MAXSIG     128 
   36 #define _SIG_IDX(sig)   ((sig) - 1) 
   37 #define _SIG_WORD(sig)  (_SIG_IDX(sig) >> 5) 
   38 #define _SIG_BIT(sig)   (1 << (_SIG_IDX(sig) & 31)) 
   39 #define _SIG_VALID(sig) ((sig) <= _SIG_MAXSIG && (sig) > 0) 
  102 #define sa_handler      __sigaction_u.__sa_handler 
  103 #define sa_sigaction    __sigaction_u.__sa_sigaction 
  
 
struct __siginfo::@13::@16 _mesgq
struct __siginfo siginfo_t
void(* __sa_sigaction)(int, struct __siginfo *, void *)
struct __siginfo::@13::@15 _timer
struct __siginfo::@13::@14 _fault
void(* __sa_handler)(int)
struct __siginfo::@13::@17 _poll
union sigaction::@19 __sigaction_u
struct __siginfo::@13::@18 __spare__
union __siginfo::@13 _reason