Linux Kernel
3.7.1
|
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 |
#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.