mirror of https://github.com/nodejs/node.git
011319e248
This change in V8: https://code.google.com/p/v8/source/detail?r=22210 has introduced a method named OS::GetCurrentThreadId which fails to compile on OSes where a "gettid" syscall does not exist. This build issue has been fixed upstream by another change: https://code.google.com/p/v8/source/detail?r=23459. This commit integrates this fix. It's still not clear if this is good enough for the long term, see https://code.google.com/p/v8/issues/detail?id=3620 for more information. The other build issue was due to the fact that alloca.h is not included by other system includes on SmartOS, which is assumed by V8. PR-URL: https://github.com/joyent/node/pull/8534 Reviewed-By: Fedor Indutny <fedor@indutny.com> |
||
---|---|---|
.. | ||
cares | ||
debugger-agent | ||
http_parser | ||
mdb_v8 | ||
npm | ||
openssl | ||
uv | ||
v8 | ||
zlib |