From 4c513679224f32a45b52c21235dfce1d098549e1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 24 Apr 2003 17:18:42 +0000 Subject: * elf/dl-reloc.c (_dl_allocate_static_tls): Add internal_function. * nis/ypclnt.c (__yp_bind): Expect YPDB parameter to always be != --- elf/dl-reloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'elf/dl-reloc.c') 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; -- cgit v1.2.3