aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_private.h
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2010-08-27 05:20:22 +0000
committerDavid Xu <davidxu@FreeBSD.org>2010-08-27 05:20:22 +0000
commited0ee6af2e78cc10527d2c26abbe1946e54f3c98 (patch)
tree137b977fc58ece89238e716a36c46fa110e72b22 /lib/libthr/thread/thr_private.h
parent8e60ce996b14d8d41112ad374e3b2d6fc02b6823 (diff)
downloadsrc-ed0ee6af2e78cc10527d2c26abbe1946e54f3c98.tar.gz
src-ed0ee6af2e78cc10527d2c26abbe1946e54f3c98.zip
Unregister thread specific data destructor when a corresponding dso
is unloaded.
Notes
Notes: svn path=/head/; revision=211860
Diffstat (limited to 'lib/libthr/thread/thr_private.h')
-rw-r--r--lib/libthr/thread/thr_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h
index f92913bc92bc..f261810e7e99 100644
--- a/lib/libthr/thread/thr_private.h
+++ b/lib/libthr/thread/thr_private.h
@@ -739,6 +739,7 @@ _thr_check_init(void)
struct dl_phdr_info;
void __pthread_cxa_finalize(struct dl_phdr_info *phdr_info);
+void _thr_tsd_unload(struct dl_phdr_info *phdr_info) __hidden;
__END_DECLS