summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeilun Du <wdu@google.com>2018-08-14 16:57:18 -0700
committerWeilun Du <wdu@google.com>2018-08-14 17:06:10 -0700
commita52bf9be78a5ef00804fe453154f47164b6bec8d (patch)
tree0b462053941c46a14f07a073a5f1f2eb82317691
parent2ccb38af8c940f1feef62ff5986f4bbc5d899e66 (diff)
downloadx86_64-linux-glibc2.15-4.8-a52bf9be78a5ef00804fe453154f47164b6bec8d.tar.gz
Fix warnings in linking tcmalloc
warning: hidden symbol 'pthread_atfork' in libpthread_nonshared.a(pthread_atfork.oS) is referenced by DSO libtcmalloc_minimal.so BUG: 111076027 Change-Id: If460cba2188d5c5db2d49511d2870585893ea3c9 Signed-off-by: Weilun Du <wdu@google.com>
-rw-r--r--sysroot/usr/lib/libpthread.so2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysroot/usr/lib/libpthread.so b/sysroot/usr/lib/libpthread.so
index f02ce72..ca8dbee 100644
--- a/sysroot/usr/lib/libpthread.so
+++ b/sysroot/usr/lib/libpthread.so
@@ -2,4 +2,4 @@
Use the shared library, but some functions are only in
the static library, so try that secondarily. */
OUTPUT_FORMAT(elf64-x86-64)
-GROUP ( libpthread.so.0 libpthread_nonshared.a )
+GROUP ( libpthread.so.0 libpthread.a )