diff options
author | Roland McGrath <roland@gnu.org> | 2003-04-24 17:18:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-04-24 17:18:42 +0000 |
commit | 4c513679224f32a45b52c21235dfce1d098549e1 (patch) | |
tree | a4ef34b71d778c5afc35effd9ba39e96404c9f62 /elf/dl-reloc.c | |
parent | 8e27f45e05625aab0797d8dc1afb5b47204cb20a (diff) | |
download | glibc-4c513679224f32a45b52c21235dfce1d098549e1.tar glibc-4c513679224f32a45b52c21235dfce1d098549e1.tar.gz glibc-4c513679224f32a45b52c21235dfce1d098549e1.tar.bz2 glibc-4c513679224f32a45b52c21235dfce1d098549e1.zip |
* 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.c | 3 |
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; |