]> Git Repo - J-linux.git/blob - arch/ia64/include/asm/ucontext.h
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / ia64 / include / asm / ucontext.h
1 #ifndef _ASM_IA64_UCONTEXT_H
2 #define _ASM_IA64_UCONTEXT_H
3
4 struct ucontext {
5         struct sigcontext uc_mcontext;
6 };
7
8 #define uc_link         uc_mcontext.sc_gr[0]    /* wrong type; nobody cares */
9 #define uc_sigmask      uc_mcontext.sc_sigmask
10 #define uc_stack        uc_mcontext.sc_stack
11
12 #endif /* _ASM_IA64_UCONTEXT_H */
This page took 0.02694 seconds and 4 git commands to generate.