exception names
This commit is contained in:
parent
a6662a3672
commit
b4223cd6f2
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ static struct {
|
||||||
SIGHUP, "hangup",
|
SIGHUP, "hangup",
|
||||||
SIGINT, "interrupt",
|
SIGINT, "interrupt",
|
||||||
SIGQUIT, "quit",
|
SIGQUIT, "quit",
|
||||||
SIGILL, "sys: trap: illegal instruction",
|
SIGILL, "sys: illegal instruction",
|
||||||
SIGTRAP, "sys: trace trap",
|
SIGTRAP, "sys: breakpoint",
|
||||||
SIGABRT, "sys: abort",
|
SIGABRT, "sys: abort",
|
||||||
#ifdef SIGEMT
|
#ifdef SIGEMT
|
||||||
SIGEMT, "sys: emulate instruction executed",
|
SIGEMT, "sys: emulate instruction executed",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue