summaryrefslogtreecommitdiff
path: root/wcsmbs/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/Versions')
-rw-r--r--wcsmbs/Versions7
1 files changed, 7 insertions, 0 deletions
diff --git a/wcsmbs/Versions b/wcsmbs/Versions
index b8f7bd73eb..df6e7cd1af 100644
--- a/wcsmbs/Versions
+++ b/wcsmbs/Versions
@@ -1,3 +1,4 @@
+%include <float128-abi.h>
libc {
GLIBC_2.0 {
# functions used in inline functions or macros
@@ -34,4 +35,10 @@ libc {
GLIBC_2.16 {
c16rtomb; c32rtomb; mbrtoc16; mbrtoc32;
}
+%ifdef FLOAT128_VERSION
+ FLOAT128_VERSION {
+ wcstof128;
+ wcstof128_l;
+ }
+%endif
}