12 lines
345 B
Diff
12 lines
345 B
Diff
|
--- src/grt/config/jumps.c 2019-03-03 09:38:19.000000000 +0100
|
||
|
+++ - 2019-04-29 12:58:54.717203690 +0200
|
||
|
@@ -29,7 +29,7 @@
|
||
|
#include <signal.h>
|
||
|
#include <fcntl.h>
|
||
|
|
||
|
-#if defined (__linux__) || defined (__APPLE__)
|
||
|
+#if defined (__linux__) && defined(__GLIBC__) || defined (__APPLE__)
|
||
|
#define HAVE_BACKTRACE 1
|
||
|
#include <sys/ucontext.h>
|
||
|
#endif
|