mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
elf: Remove internal_function attribute
This commit is contained in:
@ -44,7 +44,6 @@ oom (void)
|
||||
|
||||
|
||||
size_t
|
||||
internal_function
|
||||
_dl_next_tls_modid (void)
|
||||
{
|
||||
size_t result;
|
||||
@ -105,7 +104,6 @@ _dl_next_tls_modid (void)
|
||||
|
||||
|
||||
size_t
|
||||
internal_function
|
||||
_dl_count_modids (void)
|
||||
{
|
||||
/* It is rare that we have gaps; see elf/dl-open.c (_dl_open) where
|
||||
@ -133,7 +131,6 @@ _dl_count_modids (void)
|
||||
|
||||
#ifdef SHARED
|
||||
void
|
||||
internal_function
|
||||
_dl_determine_tlsoffset (void)
|
||||
{
|
||||
size_t max_align = TLS_TCB_ALIGN;
|
||||
@ -277,7 +274,6 @@ _dl_determine_tlsoffset (void)
|
||||
#endif /* SHARED */
|
||||
|
||||
static void *
|
||||
internal_function
|
||||
allocate_dtv (void *result)
|
||||
{
|
||||
dtv_t *dtv;
|
||||
@ -308,7 +304,6 @@ allocate_dtv (void *result)
|
||||
|
||||
/* Get size and alignment requirements of the static TLS block. */
|
||||
void
|
||||
internal_function
|
||||
_dl_get_tls_static_info (size_t *sizep, size_t *alignp)
|
||||
{
|
||||
*sizep = GL(dl_tls_static_size);
|
||||
@ -333,7 +328,6 @@ tcb_to_pointer_to_free_location (void *tcb)
|
||||
}
|
||||
|
||||
void *
|
||||
internal_function
|
||||
_dl_allocate_tls_storage (void)
|
||||
{
|
||||
void *result;
|
||||
|
Reference in New Issue
Block a user