Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.17 12 lines 297 B view raw
1#ifndef _ASM_IA64_UCONTEXT_H 2#define _ASM_IA64_UCONTEXT_H 3 4struct 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 */