patch-2.4.20 linux-2.4.20/include/asm-x86_64/ucontext.h

Next file: linux-2.4.20/include/asm-x86_64/unaligned.h
Previous file: linux-2.4.20/include/asm-x86_64/uaccess.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-x86_64/ucontext.h linux-2.4.20/include/asm-x86_64/ucontext.h
@@ -0,0 +1,12 @@
+#ifndef _ASMX8664_UCONTEXT_H
+#define _ASMX8664_UCONTEXT_H
+
+struct ucontext {
+	unsigned long	  uc_flags;
+	struct ucontext  *uc_link;
+	stack_t		  uc_stack;
+	struct sigcontext uc_mcontext;
+	sigset_t	  uc_sigmask;	/* mask last for extensibility */
+};
+
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)