diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-26 21:35:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-26 21:35:38 +0000 |
commit | 521c0ad57966e99d423900a3f465be475aed5f50 (patch) | |
tree | 7267e574445213b8c59693e2746b0203a31718a1 /ChangeLog | |
parent | 1ff283cb468f66886da94cec4004e5fe7e6b6b5d (diff) | |
download | glibc-521c0ad57966e99d423900a3f465be475aed5f50.tar.gz glibc-521c0ad57966e99d423900a3f465be475aed5f50.tar.xz glibc-521c0ad57966e99d423900a3f465be475aed5f50.zip |
Update.
1999-02-26 Andreas Jaeger <aj@arthur.rhein-neckar.de> * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype declaration for ____wcstod_l_internal. * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for __strtod_internal prototype. * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH] (____strtold_l_internal): Add prototype declaration. (__strtold_l): Call correct function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8b9f6de6ef..82ce45b51d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +1999-02-26 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype + declaration for ____wcstod_l_internal. + + * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for + __strtod_internal prototype. + * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH] + (____strtold_l_internal): Add prototype declaration. + (__strtold_l): Call correct function. + 1999-02-24 Ulrich Drepper <drepper@cygnus.com> * elf/elf.h: Add 32bit HPPA definitions. |