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",