mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
12 lines
No EOL
278 B
C
Vendored
12 lines
No EOL
278 B
C
Vendored
/* Architecture-specific additional siginfo constants. SPARC version. */
|
|
#ifndef _BITS_SIGINFO_CONSTS_ARCH_H
|
|
#define _BITS_SIGINFO_CONSTS_ARCH_H 1
|
|
|
|
/* `si_code' values for SIGEMT signal. */
|
|
enum
|
|
{
|
|
EMT_TAGOVF = 1 /* Tag overflow. */
|
|
#define EMT_TAGOVF EMT_TAGOVF
|
|
};
|
|
|
|
#endif |