summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sparc/bits/siginfo-arch.h
blob: 146fa2c00a35b4a96ae2ed6ef0c592ba836ae23d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Architecture-specific adjustments to siginfo_t.  SPARC version.  */
#ifndef _BITS_SIGINFO_ARCH_H
#define _BITS_SIGINFO_ARCH_H 1

#define __SI_BAND_TYPE int

#ifdef __USE_GNU
# define __SI_SIGFAULT_ADDL  int si_trapno;
#else
# define __SI_SIGFAULT_ADDL  int __si_trapno;
#endif

#endif