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)) fwiw, I'm working on a similar patch for Android (which will provide ucontext_t soon). What about just using this instead: #if defined(__GLIBC__) && (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ <= 3)) Does UCLibc defines __GLIBC__ ? https://chromiumcodereview.appspot.com/10695176/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
