You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
394 B

  1. --- a/core/uwsgi.c
  2. +++ b/core/uwsgi.c
  3. @@ -1822,7 +1822,7 @@ void uwsgi_plugins_atexit(void) {
  4. void uwsgi_backtrace(int depth) {
  5. -#if defined(__GLIBC__) || (defined(__APPLE__) && !defined(NO_EXECINFO)) || defined(UWSGI_HAS_EXECINFO)
  6. +#if (!defined(__UCLIBC__) && defined(__GLIBC__)) || (defined(__APPLE__) && !defined(NO_EXECINFO)) || defined(UWSGI_HAS_EXECINFO)
  7. #include <execinfo.h>