diff options
Diffstat (limited to 'arch/sparc/include/asm/siginfo.h')
| -rw-r--r-- | arch/sparc/include/asm/siginfo.h | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/arch/sparc/include/asm/siginfo.h b/arch/sparc/include/asm/siginfo.h index bd81f8d7f5c..48c34c19f81 100644 --- a/arch/sparc/include/asm/siginfo.h +++ b/arch/sparc/include/asm/siginfo.h @@ -1,8 +1,13 @@ -#ifndef ___ASM_SPARC_SIGINFO_H -#define ___ASM_SPARC_SIGINFO_H -#if defined(__sparc__) && defined(__arch64__) -#include <asm/siginfo_64.h> -#else -#include <asm/siginfo_32.h> -#endif -#endif +#ifndef __SPARC_SIGINFO_H +#define __SPARC_SIGINFO_H + +#include <uapi/asm/siginfo.h> + + +#ifdef CONFIG_COMPAT + +struct compat_siginfo; + +#endif /* CONFIG_COMPAT */ + +#endif /* !(__SPARC_SIGINFO_H) */ |
