summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/ucontext.h
blob: bf573dc8ca6afb84a1a6114c3fc39162745aff79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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 */
ass='deletions'>-462/+459 * Merge with 2.4.0-test4-pre2.Ralf Baechle2000-07-12125-986/+1531 * ELF loader changes / cleanup as discussed on linux-kernel.Ralf Baechle2000-07-1211-15/+52 * Rest of HZ change.Ralf Baechle2000-07-121-9/+9 * Same here.Ralf Baechle2000-07-12