1
0
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:
Florian Weimer
2017-08-14 12:57:50 +02:00
parent 630bf4916f
commit b3f85fd2e4
4 changed files with 14 additions and 6 deletions

View File

@ -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];