mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
_dl_init: Remove internal_function attribute
The function is called from the i386 startup code, which needs minor adjustments due to the changed ABI.
This commit is contained in:
@ -75,7 +75,6 @@ call_init (struct link_map *l, int argc, char **argv, char **env)
|
||||
|
||||
|
||||
void
|
||||
internal_function
|
||||
_dl_init (struct link_map *main_map, int argc, char **argv, char **env)
|
||||
{
|
||||
ElfW(Dyn) *preinit_array = main_map->l_info[DT_PREINIT_ARRAY];
|
||||
|
Reference in New Issue
Block a user