OSDN Git Service

Fix some pthread symbols build as C++ symbol under x64 lunch.
authorHalton Huo <halton.huo@intel.com>
Fri, 21 Feb 2014 10:05:29 +0000 (18:05 +0800)
committerHalton Huo <halton.huo@intel.com>
Wed, 5 Mar 2014 08:34:20 +0000 (16:34 +0800)
commitf0870c3bfeba99482392fafe6d5f49615393c2b1
tree1890250f9c08baa19ddd7b0a6fccaab1f95dc3d4
parentbef5016491eed41521f514d5c5528e2274689948
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
libc/bionic/pthread_attr.cpp
libc/bionic/pthread_cond.cpp