Carlo Marcelo Arenas Belón 7ea4e06275 tools: hscollider FTBS in alpine linux
alpine uses musl instead of glibc and therefore doesn't have backtrace()
as part of its libc.

POSIX mandates that _exit() be defined through unistd.h which used to be
included together with execinfo.h when backtrace() was detected and
therefore it happened to build fine for linux or freebsd (when using
libexecinfo from the system or ports).

since there was a macro already defined to test for unistd.h use that
instead and decouple this dependency, so that the code could be built
even when no backtrace() is provided (as expected also in OpenBSD)
2019-08-13 14:49:59 +08:00
..
2018-01-19 06:48:56 -05:00
2018-07-09 11:30:35 -04:00
2018-06-27 14:04:57 +08:00
2018-06-27 14:04:57 +08:00
2018-06-27 14:04:57 +08:00
2018-06-27 14:04:57 +08:00
2019-08-13 14:49:59 +08:00