| commit | b4223cd6f27153b6c27a88cae3955274416d8749 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Tue Jan 04 22:18:13 2005 +0000 |
| committer | rsc <devnull@localhost> | Tue Jan 04 22:18:13 2005 +0000 |
| tree | c24b1152027625758ef9e8644114513ce21c1c6e | |
| parent | a6662a3672fa66b21b490115f6c2d839c362b7e7 [diff] [blame] |
exception names
diff --git a/src/lib9/await.c b/src/lib9/await.c index afc5f9e..f0235a9 100644 --- a/src/lib9/await.c +++ b/src/lib9/await.c
@@ -15,8 +15,8 @@ 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",