diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2016-08-28 12:52:59 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2016-09-05 10:21:34 +0200 |
commit | a290ddfdc9cd9453886d433060c5132095d916c4 (patch) | |
tree | e5055a641e7e23289d54ac753e940daf66c66952 /src/udp_wrap.cc | |
parent | a01e8bcf189bd598d496f347f60007bc2211e528 (diff) | |
download | node-new-a290ddfdc9cd9453886d433060c5132095d916c4.tar.gz |
src: unbreak build when compiling against uclibc
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>
Diffstat (limited to 'src/udp_wrap.cc')
0 files changed, 0 insertions, 0 deletions