diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-14 12:57:50 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-14 15:08:48 +0200 |
commit | b3f85fd2e43b1d69384396a6d99fa2135dbf46e3 (patch) | |
tree | a2f23e7f5247f1737c29ee348b23df26f92342f8 /elf | |
parent | 630bf4916f10bdba28a99480ef32170b977ea5fc (diff) | |
download | glibc-b3f85fd2e43b1d69384396a6d99fa2135dbf46e3.tar glibc-b3f85fd2e43b1d69384396a6d99fa2135dbf46e3.tar.gz glibc-b3f85fd2e43b1d69384396a6d99fa2135dbf46e3.tar.bz2 glibc-b3f85fd2e43b1d69384396a6d99fa2135dbf46e3.zip |
_dl_init: Remove internal_function attribute
The function is called from the i386 startup code, which needs minor
adjustments due to the changed ABI.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-init.c b/elf/dl-init.c index 5c5f3de365..fb3734590b 100644 --- a/elf/dl-init.c +++ b/elf/dl-init.c @@ -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]; |