]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/Versions
Move some float128 symbol version definitions.
[thirdparty/glibc.git] / stdlib / Versions
index 9cade20a06d12cd6ccc29c54c0f477b8a1a3bb92..9d96de525a3cb58c685c237b7638a019ef0a2b42 100644 (file)
@@ -1,3 +1,4 @@
+%include <float128-abi.h>
 libc {
   GLIBC_2.0 {
     # functions with required interface outside normal name space
@@ -121,6 +122,15 @@ libc {
     strfromd; strfromf; strfroml;
     getrandom; getentropy;
   }
+%ifdef FLOAT128_VERSION
+  FLOAT128_VERSION {
+    strfromf128;
+    strtof128;
+    strtof128_l;
+    wcstof128;
+    wcstof128_l;
+  }
+%endif
   GLIBC_PRIVATE {
     # functions which have an additional interface since they are
     # are cancelable.