URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-ia64/] [ucontext.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _ASM_IA64_UCONTEXT_H #define _ASM_IA64_UCONTEXT_H struct ucontext { struct sigcontext uc_mcontext; }; #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 #endif /* _ASM_IA64_UCONTEXT_H */
Go to most recent revision | Compare with Previous | Blame | View Log