diff options
Diffstat (limited to 'wcsmbs/Versions')
-rw-r--r-- | wcsmbs/Versions | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wcsmbs/Versions b/wcsmbs/Versions index a3f10eeece..0b31c1b940 100644 --- a/wcsmbs/Versions +++ b/wcsmbs/Versions @@ -45,8 +45,8 @@ libc { # _Float64x functions, only present for some configurations. wcstof64x; wcstof64x_l; - # _Float64 and _Float32x functions, for all configurations. - wcstof64; wcstof32x; - wcstof64_l; wcstof32x_l; + # _Float32, _Float64 and _Float32x functions, for all configurations. + wcstof32; wcstof64; wcstof32x; + wcstof32_l; wcstof64_l; wcstof32x_l; } } |