summaryrefslogtreecommitdiff
path: root/elf/dl-reloc.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-04-24 17:18:42 +0000
committerRoland McGrath <roland@gnu.org>2003-04-24 17:18:42 +0000
commit4c513679224f32a45b52c21235dfce1d098549e1 (patch)
treea4ef34b71d778c5afc35effd9ba39e96404c9f62 /elf/dl-reloc.c
parent8e27f45e05625aab0797d8dc1afb5b47204cb20a (diff)
* elf/dl-reloc.c (_dl_allocate_static_tls): Add internal_function.
* nis/ypclnt.c (__yp_bind): Expect YPDB parameter to always be !=
Diffstat (limited to 'elf/dl-reloc.c')
-rw-r--r--elf/dl-reloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/dl-reloc.c b/elf/dl-reloc.c
index e8e56c84e7..5d8dc0d6e1 100644
--- a/elf/dl-reloc.c
+++ b/elf/dl-reloc.c
@@ -41,7 +41,8 @@
the static TLS area already allocated for each running thread. If this
object's TLS segment is too big to fit, we fail. If it fits,
we set MAP->l_tls_offset and return. */
-void __attribute_noinline__
+void
+internal_function __attribute_noinline__
_dl_allocate_static_tls (struct link_map *map)
{
size_t offset, used, check;