aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent8e27f45e05625aab0797d8dc1afb5b47204cb20a (diff)
downloadglibc-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 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 46fbfbbd4a..95fdc51b1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-24 Roland McGrath <roland@redhat.com>
+
+ * elf/dl-reloc.c (_dl_allocate_static_tls): Add internal_function.
+
2003-04-24 Jakub Jelinek <jakub@redhat.com>
* elf/dl-reloc.c (allocate_static_tls): Rename to...
@@ -23,7 +27,7 @@
2003-04-23 Ulrich Drepper <drepper@redhat.com>
- * nis/ypclnt.c (__yp_bind): Expect ypdb parameter to always we !=
+ * nis/ypclnt.c (__yp_bind): Expect YPDB parameter to always be !=
NULL. Remove code made redundant by this assumption.
(__yp_unbind): Add call to free. Adjust all callers.