| 1 | /* Architecture-specific additional siginfo constants. SPARC version. */ |
| 2 | #ifndef _BITS_SIGINFO_CONSTS_ARCH_H |
| 3 | #define _BITS_SIGINFO_CONSTS_ARCH_H 1 |
| 4 | |
| 5 | /* `si_code' values for SIGEMT signal. */ |
| 6 | enum |
| 7 | { |
| 8 | EMT_TAGOVF = 1	/* Tag overflow. */ |
| 9 | #define EMT_TAGOVF	EMT_TAGOVF |
| 10 | }; |
| 11 | |
| 12 | #endif |