diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-14 21:16:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-14 21:16:35 +0000 |
commit | 5e56adba65ef5b9b3187c50cf98582ca49abc5f0 (patch) | |
tree | 300f6684b1086e409a122b21a1e7a8d191be53fb | |
parent | 8c22dca38f19cd8f2c9688f756b0758aa7244f9e (diff) | |
download | glibc-5e56adba65ef5b9b3187c50cf98582ca49abc5f0.tar.gz glibc-5e56adba65ef5b9b3187c50cf98582ca49abc5f0.tar.xz glibc-5e56adba65ef5b9b3187c50cf98582ca49abc5f0.zip |
Use NLDBL_DECL for __vstrfmon_l.
(__nldbl___vsyslog_chk): Restore missing decl.
-rw-r--r-- | ChangeLog | 4 |
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> |