diff options
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wcsmbs/Versions b/wcsmbs/Versions index e0f7a77b1e..a3f10eeece 100644 --- a/wcsmbs/Versions +++ b/wcsmbs/Versions @@ -42,7 +42,11 @@ libc { } %endif GLIBC_2.27 { + # _Float64x functions, only present for some configurations. wcstof64x; wcstof64x_l; + # _Float64 and _Float32x functions, for all configurations. + wcstof64; wcstof32x; + wcstof64_l; wcstof32x_l; } } |