GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / ia64 / include / asm / ucontext.h
blobbf573dc8ca6afb84a1a6114c3fc39162745aff79
1 #ifndef _ASM_IA64_UCONTEXT_H
2 #define _ASM_IA64_UCONTEXT_H
4 struct ucontext {
5 struct sigcontext uc_mcontext;
6 };
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
12 #endif /* _ASM_IA64_UCONTEXT_H */