1999-06-20  Ulrich Drepper  <drepper@cygnus.com>

	* wcsmbs/wchar.h: Declare wcstof and wcstold for ISO C9x.
This commit is contained in:
Ulrich Drepper 1999-06-20 10:42:32 +00:00
parent d2d5964b02
commit 8811906f25
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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));