patch-2.3.48 linux/include/asm-mips/ucontext.h
Next file: linux/include/asm-mips/unaligned.h
Previous file: linux/include/asm-mips/uaccess.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Thu Feb 24 22:52:30 2000
- Orig file:
v2.3.47/linux/include/asm-mips/ucontext.h
- Orig date:
Fri May 8 00:13:26 1998
diff -u --recursive --new-file v2.3.47/linux/include/asm-mips/ucontext.h linux/include/asm-mips/ucontext.h
@@ -1,5 +1,15 @@
-#ifndef __ASM_MIPS_UCONTEXT_H
-#define __ASM_MIPS_UCONTEXT_H
+/* $Id: ucontext.h,v 1.2 1999/09/28 22:27:17 ralf Exp $
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Low level exception handling
+ *
+ * Copyright (C) 1998, 1999 by Ralf Baechle
+ */
+#ifndef _ASM_UCONTEXT_H
+#define _ASM_UCONTEXT_H
struct ucontext {
unsigned long uc_flags;
@@ -9,4 +19,4 @@
sigset_t uc_sigmask; /* mask last for extensibility */
};
-#endif /* __ASM_MIPS_UCONTEXT_H */
+#endif /* _ASM_UCONTEXT_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)