Commit e651ac5f authored by Koen Martens's avatar Koen Martens Committed by Kenton Varda

Do not use execinfo.h with uclibc (#511)

parent 9f955cc2
......@@ -33,7 +33,7 @@
#endif
#include "io.h"
#if (__linux__ && __GLIBC__) || __APPLE__
#if (__linux__ && __GLIBC__ && !__UCLIBC__) || __APPLE__
#define KJ_HAS_BACKTRACE 1
#include <execinfo.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment