OSDN Git Service

uclibc: nptl: fix __lll_lock_wait_private multiple definition
authorTony Wu <tung7970@gmail.com>
Fri, 25 Jul 2014 05:52:11 +0000 (13:52 +0800)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 18 Aug 2014 10:05:45 +0000 (12:05 +0200)
commit2d9740a65a81fe050f99479c2a2f38b6a3198a8e
tree8faccc543e0a43dfc15aa0d928a3cf0b43718a2f
parent361285886aa319a56c803f2fb783457f3e80f564
uclibc: nptl: fix __lll_lock_wait_private multiple definition

Mark non-pthread __lll_lock_wait_private weak to avoid multiple
definition error in static link mode.

Signed-off-by: Tony Wu <tung7970@gmail.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libpthread/nptl/sysdeps/unix/sysv/linux/arm/lowlevellock.c
libpthread/nptl/sysdeps/unix/sysv/linux/lowlevellock.c
libpthread/nptl/sysdeps/unix/sysv/linux/metag/lowlevellock.c
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.c