Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
ucontext.h File Reference

Go to the source code of this file.

Data Structures

struct  ucontext
 

Macros

#define uc_link   uc_mcontext.sc_gr[0] /* wrong type; nobody cares */
 
#define uc_sigmask   uc_mcontext.sc_sigmask
 
#define uc_stack   uc_mcontext.sc_stack
 

Macro Definition Documentation

#define uc_link   uc_mcontext.sc_gr[0] /* wrong type; nobody cares */

Definition at line 8 of file ucontext.h.

#define uc_sigmask   uc_mcontext.sc_sigmask

Definition at line 9 of file ucontext.h.

#define uc_stack   uc_mcontext.sc_stack

Definition at line 10 of file ucontext.h.