Tizen RT Libs&Environment  v1.1 D4
sigval Union Reference

Union for defining the types of the siginfo si_value field. More...

#include <signal.h>

Data Fields

int sival_int
 
FAR void * sival_ptr
 

Detailed Description

Union for defining the types of the siginfo si_value field.

Definition at line 220 of file signal.h.

Field Documentation

◆ sival_int

int sival_int

Definition at line 221 of file signal.h.

◆ sival_ptr

FAR void* sival_ptr

Definition at line 222 of file signal.h.


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