patch-2.4.4 linux/include/asm-ia64/ucontext.h
Next file: linux/include/asm-ia64/unwind.h
Previous file: linux/include/asm-ia64/uaccess.h
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Thu Apr  5 12:51:47 2001
-  Orig file: 
v2.4.3/linux/include/asm-ia64/ucontext.h
-  Orig date: 
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.3/linux/include/asm-ia64/ucontext.h linux/include/asm-ia64/ucontext.h
@@ -0,0 +1,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 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)