On Thu, Dec 17, 2020 at 09:06:57AM -0500, Nathan Sidwell wrote:
>
> Sadly strsignal is nonportable, so signal numbers it is then.
>
> c++tools/
> * server.cc (crash_signal): Don't use strsignal.
Strange. It is portable, we even have a fallback implementation for it in
libibe
Sadly strsignal is nonportable, so signal numbers it is then.
c++tools/
* server.cc (crash_signal): Don't use strsignal.
pushing to trunk
--
Nathan Sidwell
diff --git i/c++tools/server.cc w/c++tools/server.cc
index 6457dc5b878..8514ef6293b 100644
--- i/c++tools/server.cc
+++ w/c