summaryrefslogtreecommitdiff
path: root/nptl/nptlfreeres.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-02-13 12:22:06 +0100
committerFlorian Weimer <fweimer@redhat.com>2020-02-13 12:22:06 +0100
commitd1e3c170371fecb3e0c5615307de2a8f1ea52161 (patch)
treeb64a1be88bdd6ff48b7264cdb3699e49cf7e5be3 /nptl/nptlfreeres.c
parent67398a546df6d1d00f2f725350c6c58e8b719174 (diff)
downloadglibc-d1e3c170371fecb3e0c5615307de2a8f1ea52161.tar.gz
nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderfw/unwind-link
Diffstat (limited to 'nptl/nptlfreeres.c')
-rw-r--r--nptl/nptlfreeres.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/nptlfreeres.c b/nptl/nptlfreeres.c
index dda11e5922..644d196ab4 100644
--- a/nptl/nptlfreeres.c
+++ b/nptl/nptlfreeres.c
@@ -27,5 +27,4 @@ __libpthread_freeres (void)
{
call_function_static_weak (__nptl_stacks_freeres);
call_function_static_weak (__shm_directory_freeres);
- call_function_static_weak (__nptl_unwind_freeres);
}