kernel/arch/sparc/include/uapi/asm/siginfo.h
.. .. @@ -4,7 +4,6 @@ 4 4 5 5 #if defined(__sparc__) && defined(__arch64__) 6 6 7 -#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))8 7 #define __ARCH_SI_BAND_T int 9 8 10 9 #endif /* defined(__sparc__) && defined(__arch64__) */ .. .. @@ -16,11 +15,5 @@ 16 15 17 16 18 17 #define SI_NOINFO 32767 /* no information in siginfo_t */ 19 -20 -/*21 - * SIGEMT si_codes22 - */23 -#define EMT_TAGOVF 1 /* tag overflow */24 -#define NSIGEMT 125 18 26 19 #endif /* _UAPI__SPARC_SIGINFO_H */