commit | 7d53825caab0e81c653de52833260dbe81963875 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Fri Jan 23 10:22:56 2015 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Fri Jan 23 10:22:56 2015 -0800 |
tree | a23c9ddbb662dca8dff78a3fde8a27da6cbfc559 | |
parent | f2e93b66d3e4c794130cb585fea104a2aa35038d [diff] |
Subzero: Make thread_local work under MacOS 10.6. MacOS doesn't support the thread_local keyword until 10.7 or later, and our bots run 10.6. Who knows whether Visual Studio supports it yet. In the meantime, use the old-style syntax. BUG= https://codereview.chromium.org/873443004/ R=jfb@chromium.org Review URL: https://codereview.chromium.org/865973006