diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-13 21:11:54 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-13 21:11:54 +0200 |
commit | 3012cfb0d26653cbd6ee0c8e4875d3df806bd473 (patch) | |
tree | 4bb2d288ab6f1f5b472777c3e8fb5040bea8284e /elf/dl-open.c | |
parent | 52bcdf267b2c97c90852f1598c8c29d0494cb3b5 (diff) | |
download | glibc-3012cfb0d26653cbd6ee0c8e4875d3df806bd473.tar glibc-3012cfb0d26653cbd6ee0c8e4875d3df806bd473.tar.gz glibc-3012cfb0d26653cbd6ee0c8e4875d3df806bd473.tar.bz2 glibc-3012cfb0d26653cbd6ee0c8e4875d3df806bd473.zip |
ld.so: Remove internal_function attribute from various functions
These functions are invoked from other DSOs and should therefore
use the standard calling convention.
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r-- | elf/dl-open.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c index 91a1d1a4f8..2d8948aab1 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -162,7 +162,6 @@ add_to_global (struct link_map *new) address ADDR. Returns the pointer to the link map of the matching DSO, or NULL if a match is not found. */ struct link_map * -internal_function _dl_find_dso_for_object (const ElfW(Addr) addr) { struct link_map *l; |