about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/unix/sysv/linux/tile/bits/siginfo-consts-arch.h
blob: 2e76d2082a53c857a5b9dde669543fa546aa18d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Architecture-specific additional siginfo constants.  Tile version.  */
#ifndef _BITS_SIGINFO_CONSTS_ARCH_H
#define _BITS_SIGINFO_CONSTS_ARCH_H 1

/* `si_code' values for SIGILL signal.  */
enum
{
  ILL_DBLFLT = ILL_BADSTK + 1,	/* Double fault.  */
#define ILL_DBLFLT ILL_DBLFLT
  ILL_HARDWALL			/* User networks hardwall violation.  */
#define ILL_HARDWALL ILL_HARDWALL
};

#endif