summaryrefslogtreecommitdiff
path: root/initfini/impl/_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'initfini/impl/_common.h')
-rw-r--r--initfini/impl/_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/initfini/impl/_common.h b/initfini/impl/_common.h
index f98937a..1b818b9 100644
--- a/initfini/impl/_common.h
+++ b/initfini/impl/_common.h
@@ -39,11 +39,13 @@ static void
_simpleops_init_internals (void)
{
_simpleops_atomic_init ();
+ _simpleops_tss_init ();
}
static void
_simpleops_fini_internals (void)
{
+ _simpleops_tss_fini ();
_simpleops_atomic_fini ();
}