texception names - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b4223cd6f27153b6c27a88cae3955274416d8749
 (DIR) parent a6662a3672fa66b21b490115f6c2d839c362b7e7
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue,  4 Jan 2005 22:18:13 +0000
       
       exception names
       
       Diffstat:
         M src/lib9/await.c                    |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/lib9/await.c b/src/lib9/await.c
       t@@ -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",