musl libc and uclibc do not have backtrace()

This commit is contained in:
Linux User 2020-04-25 20:30:55 -07:00
parent 563ef16ee3
commit c4e43f0403
1 changed files with 1 additions and 1 deletions

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