Warning: This file is not a C or C++ file. It does not have highlighting.

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. */
6enum
7{
8 EMT_TAGOVF = 1 /* Tag overflow. */
9#define EMT_TAGOVF EMT_TAGOVF
10};
11
12#endif
13

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of glibc/sysdeps/unix/sysv/linux/sparc/bits/siginfo-consts-arch.h