commit b4223cd6f27153b6c27a88cae3955274416d8749
parent a6662a3672fa66b21b490115f6c2d839c362b7e7
Author: rsc <devnull@localhost>
Date: Tue, 4 Jan 2005 22:18:13 +0000
exception names
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib9/await.c b/src/lib9/await.c
@@ -15,8 +15,8 @@ static struct {
SIGHUP, "hangup",
SIGINT, "interrupt",
SIGQUIT, "quit",
- SIGILL, "sys: trap: illegal instruction",
- SIGTRAP, "sys: trace trap",
+ SIGILL, "sys: illegal instruction",
+ SIGTRAP, "sys: breakpoint",
SIGABRT, "sys: abort",
#ifdef SIGEMT
SIGEMT, "sys: emulate instruction executed",