Fix OS::GetCurrentThreadId to work when building Android on Mac.
authorrmcilroy <rmcilroy@chromium.org>
Fri, 12 Dec 2014 17:56:46 +0000 (09:56 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Dec 2014 17:56:58 +0000 (17:56 +0000)
commit6fb69a21363d8ce1166820a51662db64c0db552b
tree94037f6434ab44407f5557965c2441295330c918
parent14bb1812b1466b376dfb5a94fe8bedb5a2a253f3
Fix OS::GetCurrentThreadId to work when building Android on Mac.

The Mac version of GetCurrentThreadId should be used when building the host
build of V8 on Android for Mac.

Review URL: https://codereview.chromium.org/799943003

Cr-Commit-Position: refs/heads/master@{#25805}
src/base/platform/platform-posix.cc