diff options
Diffstat (limited to 'stdlib/Versions')
-rw-r--r-- | stdlib/Versions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stdlib/Versions b/stdlib/Versions index 66f6b35be9..9352098dd2 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -130,9 +130,14 @@ libc { } %endif GLIBC_2.27 { + # _Float64x functions, only present for some configurations. strfromf64x; strtof64x; strtof64x_l; + # _Float64 and _Float32x functions, for all configurations. + strfromf64; strfromf32x; + strtof64; strtof32x; + strtof64_l; strtof32x_l; } GLIBC_PRIVATE { # functions which have an additional interface since they are |