https://chromiumcodereview.appspot.com/10695176/diff/1/src/platform-linux.cc
File src/platform-linux.cc (right):

https://chromiumcodereview.appspot.com/10695176/diff/1/src/platform-linux.cc#newcode1029
src/platform-linux.cc:1029: (__UCLIBC__ != 1))
What about just using this instead:

   #if defined(__GLIBC__) && (__GLIBC__ < 2 || (__GLIBC__ == 2 &&
__GLIBC_MINOR__
<= 3))

Does UCLibc defines __GLIBC__ ?


uClibc does defines __GLIBC__ for compatibility reasons.
I will update my patch to be a "defined(__UCLIBC__)"

https://chromiumcodereview.appspot.com/10695176/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to