about summary refs log tree commit diff
path: root/sysdeps/ieee754/float128/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/float128/Versions')
-rw-r--r--sysdeps/ieee754/float128/Versions10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysdeps/ieee754/float128/Versions b/sysdeps/ieee754/float128/Versions
index caf206475c..ef9df2d4c8 100644
--- a/sysdeps/ieee754/float128/Versions
+++ b/sysdeps/ieee754/float128/Versions
@@ -4,7 +4,17 @@
 %endif
 libc {
   FLOAT128_VERSION {
+    __strtof128_internal;
+    __wcstof128_internal;
     strfromf128;
+    strtof128;
+    strtof128_l;
+    wcstof128;
+    wcstof128_l;
+  }
+  GLIBC_PRIVATE {
+    # For __nanf128.
+    __strtof128_nan;
   }
 }
 libm {