aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-14 21:16:35 +0000
committerRoland McGrath <roland@gnu.org>2006-01-14 21:16:35 +0000
commit5e56adba65ef5b9b3187c50cf98582ca49abc5f0 (patch)
tree300f6684b1086e409a122b21a1e7a8d191be53fb /ChangeLog
parent8c22dca38f19cd8f2c9688f756b0758aa7244f9e (diff)
downloadglibc-5e56adba65ef5b9b3187c50cf98582ca49abc5f0.tar
glibc-5e56adba65ef5b9b3187c50cf98582ca49abc5f0.tar.gz
glibc-5e56adba65ef5b9b3187c50cf98582ca49abc5f0.tar.bz2
glibc-5e56adba65ef5b9b3187c50cf98582ca49abc5f0.zip
Use NLDBL_DECL for __vstrfmon_l.
(__nldbl___vsyslog_chk): Restore missing decl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fbfd1207f..53eaaa412d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,8 @@
* sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed.
(NLDBL_DECL): Rewritten.
Remove __THROW from NLDBL_DECL uses.
- Use NLDBL_DECL for __vstrfmon, __vstrfmon_l.
- (__nldbl___vstrfmon, __nldbl___vsyslog_chk): Restore missing decls.
+ Use NLDBL_DECL for __vstrfmon_l.
+ (__nldbl___vsyslog_chk): Restore missing decl.
* sysdeps/ieee754/ldbl-opt/nldbl-asinh.c: Restore attribute_hidden.
2006-01-14 Jakub Jelinek <jakub@redhat.com>