glibc/sysdeps/unix/sysv/linux/tile/bits/siginfo-arch.h

12 lines
262 B
C

/* Architecture-specific adjustments to siginfo_t. Tile version. */
#ifndef _BITS_SIGINFO_ARCH_H
#define _BITS_SIGINFO_ARCH_H 1
#undef __SI_SIGFAULT_ADDL
#define __SI_SIGFAULT_ADDL \
int _si_trapno;
#define si_trapno _sifields._sigfault._si_trapno
#endif