patch-2.1.69 linux/include/asm-alpha/ucontext.h
Next file: linux/include/asm-i386/atomic.h
Previous file: linux/include/asm-alpha/uaccess.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Mon Dec 1 10:45:24 1997
- Orig file:
v2.1.68/linux/include/asm-alpha/ucontext.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.1.68/linux/include/asm-alpha/ucontext.h linux/include/asm-alpha/ucontext.h
@@ -0,0 +1,13 @@
+#ifndef _ASMAXP_UCONTEXT_H
+#define _ASMAXP_UCONTEXT_H
+
+struct ucontext {
+ unsigned long uc_flags;
+ struct ucontext *uc_link;
+ old_sigset_t uc_osf_sigmask;
+ stack_t uc_stack;
+ struct sigcontext uc_mcontext;
+ sigset_t uc_sigmask; /* mask last for extensibility */
+};
+
+#endif /* !_ASMAXP_UCONTEXT_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov