diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-05 11:12:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-05 11:12:46 +0000 |
commit | aa420660e08be0da12f473293db8f57e1bcdcc8d (patch) | |
tree | bd33645dfcdddf9ee8041d990f5f125ac697fd34 /ChangeLog | |
parent | 58845a7030dfca1812db98099cd7954c7449bac2 (diff) | |
download | glibc-aa420660e08be0da12f473293db8f57e1bcdcc8d.tar.gz glibc-aa420660e08be0da12f473293db8f57e1bcdcc8d.tar.xz glibc-aa420660e08be0da12f473293db8f57e1bcdcc8d.zip |
Update.
* malloc/malloc.c: Don't call exported interface in the implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2dba203347..6c11f1e8bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-03-05 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c: Don't call exported interface in the implementation. + * include/wctype.h: Add libc_hidden_proto for __towctrans. * wctype/towctrans.c: Add libc_hidden_def. |