* libc/include/wchar.h (wcstold): Drop _LDBL_EQ_DBL requirement for
declaration.
This commit is contained in:
parent
be8a0cee6d
commit
f2eb8ca8bf
|
@ -1,3 +1,8 @@
|
|||
2015-02-04 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* libc/include/wchar.h (wcstold): Drop _LDBL_EQ_DBL requirement for
|
||||
declaration.
|
||||
|
||||
2015-01-29 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* libc/stdlib/wcstold.c (wcstold): Add implementation for when
|
||||
|
|
|
@ -143,10 +143,7 @@ long _EXFUN(_wcstol_r, (struct _reent *, const wchar_t *, wchar_t **, int));
|
|||
long long _EXFUN(_wcstoll_r, (struct _reent *, const wchar_t *, wchar_t **, int));
|
||||
unsigned long _EXFUN(_wcstoul_r, (struct _reent *, const wchar_t *, wchar_t **, int));
|
||||
unsigned long long _EXFUN(_wcstoull_r, (struct _reent *, const wchar_t *, wchar_t **, int));
|
||||
/* On platforms where long double equals double. */
|
||||
#ifdef _LDBL_EQ_DBL
|
||||
long double _EXFUN(wcstold, (const wchar_t *, wchar_t **));
|
||||
#endif /* _LDBL_EQ_DBL */
|
||||
|
||||
wint_t _EXFUN(fgetwc, (__FILE *));
|
||||
wchar_t *_EXFUN(fgetws, (wchar_t *__restrict, int, __FILE *__restrict));
|
||||
|
|
Loading…
Reference in New Issue