Skip to content

Commit 003c5fc

Browse files
Loïc Mangeonjeanmkj
authored andcommitted
fix: add missing signals
1 parent beb0616 commit 003c5fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common-chansession.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
const struct SigMap signames[] = {
2929
{SIGABRT, "ABRT"},
3030
{SIGALRM, "ALRM"},
31+
{SIGBUS, "BUS"},
3132
{SIGFPE, "FPE"},
3233
{SIGHUP, "HUP"},
3334
{SIGILL, "ILL"},
@@ -37,6 +38,7 @@ const struct SigMap signames[] = {
3738
{SIGQUIT, "QUIT"},
3839
{SIGSEGV, "SEGV"},
3940
{SIGTERM, "TERM"},
41+
{SIGTRAP, "TRAP"},
4042
{SIGUSR1, "USR1"},
4143
{SIGUSR2, "USR2"},
4244
{0, NULL}

0 commit comments

Comments
 (0)