mirror of https://github.com/lukechilds/node.git
Browse Source
It seems that it is possible with some toolchains for both `__GLIBC__` and `__UCLIBC__` to be defined, confusing our "do we have execinfo.h?" logic. Assume that when `__UCLIBC__` is defined, we are dealing with a libc that does not have execinfo.h. Fixes: https://github.com/nodejs/node/issues/8233 PR-URL: https://github.com/nodejs/node/pull/8308 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>v6.x
committed by
Jeremiah Senkpiel
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue