From b4223cd6f27153b6c27a88cae3955274416d8749 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 4 Jan 2005 22:18:13 +0000 Subject: exception names --- src/lib9/await.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib9/await.c b/src/lib9/await.c index afc5f9e3..f0235a95 100644 --- 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", -- cgit v1.2.3