SPRAB89A September 2011 – March 2014
TI's toolset does not implement the signal library function.
TI's toolset creates the following typedef for "int".
typedef int sig_atomic_t;
TI's toolset defines the following constants:
#define SIG_DFL ((void (*)(int)) 0)
#define SIG_ERR ((void (*)(int)) -1)
#define SIG_IGN ((void (*)(int)) 1)
#define SIGABRT 6
#define SIGFPE 8
#define SIGILL 4
#define SIGINT 2
#define SIGSEGV 11
#define SIGTERM 15