summaryrefslogtreecommitdiff
path: root/src/string_bytes.cc
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2016-08-28 12:52:59 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2016-09-05 10:21:34 +0200
commita290ddfdc9cd9453886d433060c5132095d916c4 (patch)
treee5055a641e7e23289d54ac753e940daf66c66952 /src/string_bytes.cc
parenta01e8bcf189bd598d496f347f60007bc2211e528 (diff)
downloadandroid-node-v8-a290ddfdc9cd9453886d433060c5132095d916c4.tar.gz
android-node-v8-a290ddfdc9cd9453886d433060c5132095d916c4.tar.bz2
android-node-v8-a290ddfdc9cd9453886d433060c5132095d916c4.zip
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/string_bytes.cc')
0 files changed, 0 insertions, 0 deletions