Merge pull request #566 from echoline/master

musl libc and uclibc do not have backtrace()
This commit is contained in:
Yamagi 2020-04-27 12:52:45 +02:00 committed by GitHub
commit 1eca56a4a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@
#include "../../common/header/common.h"
#if defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__)
#if defined(__GLIBC__) || defined(__FreeBSD__) || defined(__APPLE__)
#include <execinfo.h>
void