diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-09-28 22:25:29 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-09-28 22:25:29 +0000 |
commit | 0ae8dceaebe3659ee0c3352c08125f403e77ebca (patch) | |
tree | 5085c389f09da78182b899d19fe1068b619a69dd /include/asm-mips/ucontext.h | |
parent | 273767781288c35c9d679e908672b9996cda4c34 (diff) |
Merge with 2.3.10.
Diffstat (limited to 'include/asm-mips/ucontext.h')
-rw-r--r-- | include/asm-mips/ucontext.h | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/include/asm-mips/ucontext.h b/include/asm-mips/ucontext.h index 56a5805fb..db501bef0 100644 --- a/include/asm-mips/ucontext.h +++ b/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/27 16:01:40 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 @@ struct ucontext { sigset_t uc_sigmask; /* mask last for extensibility */ }; -#endif /* __ASM_MIPS_UCONTEXT_H */ +#endif /* _ASM_UCONTEXT_H */ |