aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-11-20 17:57:20 +0100
committerCorinna Vinschen <corinna@vinschen.de>2015-11-20 17:57:20 +0100
commitb5d8a403eca4b15e4e5a9bc5dd6a85780e6e1d3f (patch)
tree653ad15354a2ca9a27a5abf17d71bd8081a37ee9 /newlib/ChangeLog
parent1c1a925fc4ac88459f3347ad459ef68b03ec76d1 (diff)
downloadnewlib-b5d8a403eca4b15e4e5a9bc5dd6a85780e6e1d3f.zip
newlib-b5d8a403eca4b15e4e5a9bc5dd6a85780e6e1d3f.tar.gz
newlib-b5d8a403eca4b15e4e5a9bc5dd6a85780e6e1d3f.tar.bz2
Drop unused declaration from wcstold.c
* libc/stdlib/wcstold.c (_strtold): Drop unused declaration. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index df1e34c..d37a378 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-20 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/stdlib/wcstold.c (_strtold): Drop unused declaration.
+
2015-11-19 Yaakov Selkowitz <yselkowi@redhat.com>
* libc/stdlib/stdlib.tex: Fix typo in rpmatch reference.