elf: Only defines _dl_tls_allocate_active for SHARED

This commit is contained in:
Adhemerval Zanella 2025-03-18 13:51:53 -03:00
parent df1aef032e
commit f130621887
1 changed files with 2 additions and 0 deletions

View File

@ -103,11 +103,13 @@ _dl_tls_allocate_end (void)
atomic_fetch_add_relaxed (&_dl_tls_threads_in_update, -1);
}
#ifdef SHARED
static inline bool
_dl_tls_allocate_active (void)
{
return atomic_load_relaxed (&_dl_tls_threads_in_update) > 0;
}
#endif
/* Compute the static TLS surplus based on the namespace count and the
TLS space that can be used for optimizations. */