patch-2.1.101 linux/include/asm-mips/ucontext.h

Next file: linux/include/asm-mips/unistd.h
Previous file: linux/include/asm-mips/uaccess.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.100/linux/include/asm-mips/ucontext.h linux/include/asm-mips/ucontext.h
@@ -0,0 +1,12 @@
+#ifndef __ASM_MIPS_UCONTEXT_H
+#define __ASM_MIPS_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 /* __ASM_MIPS_UCONTEXT_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov