diff options
author | Andreas Jaeger <aj@suse.de> | 2003-06-25 14:21:44 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-06-25 14:21:44 +0000 |
commit | c53320c0c9cbbe8810f8f48d526c42031288af80 (patch) | |
tree | b9bcc622dcc11e8d0ab5f2247230e3340156b2a0 /ChangeLog | |
parent | 346f3a9016179e2ee492bb7d58ce790a6ce18c84 (diff) | |
download | glibc-c53320c0c9cbbe8810f8f48d526c42031288af80.tar.gz glibc-c53320c0c9cbbe8810f8f48d526c42031288af80.tar.xz glibc-c53320c0c9cbbe8810f8f48d526c42031288af80.zip |
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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d0accd10cc..334e28250c 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. |