diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-20 10:42:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-20 10:42:32 +0000 |
commit | 8811906f25f4c4592419a2073f785edf0b7061de (patch) | |
tree | 02e448b6074a87566521e8bcc3ec3a1862a88e63 | |
parent | d2d5964b028403a599b21f6f22562688978e3aff (diff) | |
download | glibc-8811906f25f4c4592419a2073f785edf0b7061de.zip glibc-8811906f25f4c4592419a2073f785edf0b7061de.tar.gz glibc-8811906f25f4c4592419a2073f785edf0b7061de.tar.bz2 |
Update.
1999-06-20 Ulrich Drepper <drepper@cygnus.com>
* wcsmbs/wchar.h: Declare wcstof and wcstold for ISO C9x.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | wcsmbs/wchar.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1999-06-20 Ulrich Drepper <drepper@cygnus.com> + + * wcsmbs/wchar.h: Declare wcstof and wcstold for ISO C9x. + 1999-06-20 Andreas Jaeger <aj@arthur.rhein-neckar.de> * libio/libio.h: Fix last patch. diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h index 4639cb2..e0e28bd 100644 --- a/wcsmbs/wchar.h +++ b/wcsmbs/wchar.h @@ -317,7 +317,7 @@ extern int wcswidth __P ((__const wchar_t *__s, size_t __n)); extern double wcstod __P ((__const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr)); -#ifdef __USE_GNU +#ifdef __USE_ISOC9X /* Likewise for `float' and `long double' sizes of floating-point numbers. */ extern float wcstof __P ((__const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr)); |