summary refs log tree commit diff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Versions5
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