diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-03-01 15:56:36 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-03-01 16:00:22 +0100 |
commit | 97e42bd482b62d7b74889be11c98b0bbb4059dcd (patch) | |
tree | 374b3d1c4ab7dc13601bf1af77463aeefd5b73b9 /nptl/nptlfreeres.c | |
parent | 6b7efa3d8703cfd020281706f8110bc4a41b1525 (diff) | |
download | glibc-97e42bd482b62d7b74889be11c98b0bbb4059dcd.tar.gz glibc-97e42bd482b62d7b74889be11c98b0bbb4059dcd.tar.xz glibc-97e42bd482b62d7b74889be11c98b0bbb4059dcd.zip |
nptl: Use <unwind-link.h> for accessing the libgcc_s unwinder
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'nptl/nptlfreeres.c')
-rw-r--r-- | nptl/nptlfreeres.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/nptlfreeres.c b/nptl/nptlfreeres.c index d295bcb3c3..4833f04714 100644 --- a/nptl/nptlfreeres.c +++ b/nptl/nptlfreeres.c @@ -27,5 +27,4 @@ __libpthread_freeres (void) { call_function_static_weak (__default_pthread_attr_freeres); call_function_static_weak (__nptl_stacks_freeres); - call_function_static_weak (__nptl_unwind_freeres); } |