diff options
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index 876776a..5452dd1 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -177,10 +177,10 @@ _dl_aux_init (ElfW(auxv_t) *av) } #endif -static void non_dynamic_init (void) __attribute__ ((unused)); -static void -non_dynamic_init (void) +void +internal_function +_dl_non_dynamic_init (void) { if (HP_TIMING_AVAIL) HP_TIMING_NOW (_dl_cpuclock_offset); @@ -228,7 +228,7 @@ non_dynamic_init (void) if (_dl_platform != NULL) _dl_platformlen = strlen (_dl_platform); } -text_set_element (__libc_subinit, non_dynamic_init); + const struct r_strlenpair * internal_function |