From 348dff0e529b2ddbaf277689747316ce697098b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Thu, 12 Jul 2012 12:49:56 +0200 Subject: testing/monkey: new aport --- testing/monkey/strsignal.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/monkey/strsignal.patch (limited to 'testing/monkey/strsignal.patch') diff --git a/testing/monkey/strsignal.patch b/testing/monkey/strsignal.patch new file mode 100644 index 000000000..6908fe6b3 --- /dev/null +++ b/testing/monkey/strsignal.patch @@ -0,0 +1,12 @@ +--- ./src/mk_signals.c.orig ++++ ./src/mk_signals.c +@@ -87,7 +87,7 @@ + mk_utils_stacktrace(); + #endif + mk_err("%s (%d), code=%d, addr=%p", +- sys_siglist[signo], signo, si->si_code, si->si_addr); ++ strsignal(signo), signo, si->si_code, si->si_addr); + pthread_exit(NULL); + default: + /* let the kernel handle it */ + -- cgit v1.2.3