aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-25 14:21:44 +0000
committerAndreas Jaeger <aj@suse.de>2003-06-25 14:21:44 +0000
commitc53320c0c9cbbe8810f8f48d526c42031288af80 (patch)
treeb9bcc622dcc11e8d0ab5f2247230e3340156b2a0 /ChangeLog
parent346f3a9016179e2ee492bb7d58ce790a6ce18c84 (diff)
downloadglibc-c53320c0c9cbbe8810f8f48d526c42031288af80.zip
glibc-c53320c0c9cbbe8810f8f48d526c42031288af80.tar.gz
glibc-c53320c0c9cbbe8810f8f48d526c42031288af80.tar.bz2
Update.
* stdlib/tst-strtod.c (main): Declare constant long double as suggested by Jakub Jelinek and Andreas Schwab.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0accd1..334e282 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-06-25 Andreas Jaeger <aj@suse.de>
+ * stdlib/tst-strtod.c (main): Declare constant long double as
+ suggested by Jakub Jelinek and Andreas Schwab.
+
* posix/tst-nanosleep.c: Include <time.h> for nanosleep
declaration.