commit | f0870c3bfeba99482392fafe6d5f49615393c2b1 | [log] [tgz] |
---|---|---|
author | Halton Huo <halton.huo@intel.com> | Fri Feb 21 18:05:29 2014 +0800 |
committer | Halton Huo <halton.huo@intel.com> | Wed Mar 05 16:34:20 2014 +0800 |
tree | 1890250f9c08baa19ddd7b0a6fccaab1f95dc3d4 | |
parent | bef5016491eed41521f514d5c5528e2274689948 [diff] |
Fix some pthread symbols build as C++ symbol under x64 lunch. Functions protected with !defined(__LP64__) will be get build as C++ symbols for X64 build. This is not the desired work. So protect the implementation with !defined(__LP64__) as well. Change-Id: I4ef50ec36e46289ab308063e24f6c5ac61a6ca8d