diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-14 16:26:48 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-14 16:26:48 +0200 |
commit | 7fb8156d50c7bf3eb183c308cc63be827c6944a9 (patch) | |
tree | 72432e553d7493b4e0fea02f82b6961143935f1a /arch/sh/include/asm/ucontext.h | |
parent | sh: Convert to asm-generic/signal.h. (diff) | |
download | linux-7fb8156d50c7bf3eb183c308cc63be827c6944a9.tar.xz linux-7fb8156d50c7bf3eb183c308cc63be827c6944a9.zip |
sh: Switch to asm-generic versions for identical headers.
This switches over mman/param/parport/serial/socket/ucontext.h.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to '')
-rw-r--r-- | arch/sh/include/asm/ucontext.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/arch/sh/include/asm/ucontext.h b/arch/sh/include/asm/ucontext.h index 202ef1d5a3c4..9bc07b9f30fb 100644 --- a/arch/sh/include/asm/ucontext.h +++ b/arch/sh/include/asm/ucontext.h @@ -1,12 +1 @@ -#ifndef __ASM_SH_UCONTEXT_H -#define __ASM_SH_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_SH_UCONTEXT_H */ +#include <asm-generic/ucontext.h> |