diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-11-02 23:36:00 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-11-02 23:36:00 +0000 |
commit | 43ddff2e364c69847f5f698f6a43f9dde328b76a (patch) | |
tree | bf2a2deaa9fbad6c515dcba564ff01588a00af4d /elf | |
parent | 5baac970a8fee1dd9ddb8d1af2af79a09a85abcc (diff) | |
download | glibc-43ddff2e364c69847f5f698f6a43f9dde328b76a.tar glibc-43ddff2e364c69847f5f698f6a43f9dde328b76a.tar.gz glibc-43ddff2e364c69847f5f698f6a43f9dde328b76a.tar.bz2 glibc-43ddff2e364c69847f5f698f6a43f9dde328b76a.zip |
Declare wcstof functions for more _FloatN, _FloatNx types.
Continuing the preparation for additional _FloatN / _FloatNx type
support, this patch arranges for <wchar.h> to declare wcstof functions
for all such types, similarly to the declarations already present for
_Float128.
Tested for x86_64.
* wcsmbs/wchar.h [__HAVE_FLOAT16 && __USE_GNU] (wcstof16):
Declare.
[__HAVE_FLOAT32 && __USE_GNU] (wcstof32): Likewise.
[__HAVE_FLOAT64 && __USE_GNU] (wcstof64): Likewise.
[__HAVE_FLOAT32X && __USE_GNU] (wcstof32x): Likewise.
[__HAVE_FLOAT64X && __USE_GNU] (wcstof64x): Likewise.
[__HAVE_FLOAT128X && __USE_GNU] (wcstof128x): Likewise.
[__HAVE_FLOAT16 && __USE_GNU] (wcstof16_l): Likewise.
[__HAVE_FLOAT32 && __USE_GNU] (wcstof32_l): Likewise.
[__HAVE_FLOAT64 && __USE_GNU] (wcstof64_l): Likewise.
[__HAVE_FLOAT32X && __USE_GNU] (wcstof32x_l): Likewise.
[__HAVE_FLOAT64X && __USE_GNU] (wcstof64x_l): Likewise.
[__HAVE_FLOAT128X && __USE_GNU] (wcstof128x_l): Likewise.
Diffstat (limited to 'elf')
0 files changed, 0 insertions, 0 deletions