Update.
1999-06-20 Ulrich Drepper <drepper@cygnus.com> * wcsmbs/wchar.h: Declare wcstof and wcstold for ISO C9x.
This commit is contained in:
parent
d2d5964b02
commit
8811906f25
@ -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>
|
1999-06-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
* libio/libio.h: Fix last patch.
|
* libio/libio.h: Fix last patch.
|
||||||
|
@ -317,7 +317,7 @@ extern int wcswidth __P ((__const wchar_t *__s, size_t __n));
|
|||||||
extern double wcstod __P ((__const wchar_t *__restrict __nptr,
|
extern double wcstod __P ((__const wchar_t *__restrict __nptr,
|
||||||
wchar_t **__restrict __endptr));
|
wchar_t **__restrict __endptr));
|
||||||
|
|
||||||
#ifdef __USE_GNU
|
#ifdef __USE_ISOC9X
|
||||||
/* Likewise for `float' and `long double' sizes of floating-point numbers. */
|
/* Likewise for `float' and `long double' sizes of floating-point numbers. */
|
||||||
extern float wcstof __P ((__const wchar_t *__restrict __nptr,
|
extern float wcstof __P ((__const wchar_t *__restrict __nptr,
|
||||||
wchar_t **__restrict __endptr));
|
wchar_t **__restrict __endptr));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user