<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/core/uwsgi.c
+++ b/core/uwsgi.c
@@ -1822,7 +1822,7 @@ void uwsgi_plugins_atexit(void) {
 
 void uwsgi_backtrace(int depth) {
 
-#if defined(__GLIBC__) || (defined(__APPLE__) &amp;&amp; !defined(NO_EXECINFO)) || defined(UWSGI_HAS_EXECINFO)
+#if (!defined(__UCLIBC__) &amp;&amp; defined(__GLIBC__)) || (defined(__APPLE__) &amp;&amp; !defined(NO_EXECINFO)) || defined(UWSGI_HAS_EXECINFO)
 
 #include &lt;execinfo.h&gt;
 
</pre></body></html>