summaryrefslogtreecommitdiff
path: root/wcsmbs/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/Versions')
-rw-r--r--wcsmbs/Versions23
1 files changed, 23 insertions, 0 deletions
diff --git a/wcsmbs/Versions b/wcsmbs/Versions
new file mode 100644
index 0000000000..4e6c399eb4
--- /dev/null
+++ b/wcsmbs/Versions
@@ -0,0 +1,23 @@
+libc {
+ GLIBC_2.0 {
+ # functions used in inline functions or macros
+ __wcsto*_internal;
+
+ # b*
+ btowc;
+
+ # w*
+ wcpcpy; wcpncpy; wcrtomb; wcscat; wcschr; wcscmp; wcscoll;
+ wcscpy; wcscspn; wcsdup; wcslen; wcsncat; wcsncmp;
+ wcsncpy; wcsnrtombs; wcspbrk; wcsrchr; wcsrtombs; wcsspn; wcsstr;
+ wcstod; wcstof; wcstok; wcstol; wcstold; wcstoq; wcstoul;
+ wcstouq; wcswidth; wcsxfrm; wctob;
+
+ wmemchr; wmemcmp; wmemcpy; wmemmove; wmemset;
+ }
+ GLIBC_2.1 {
+ # w*
+ wcscasecmp; wcsncasecmp; wcsnlen; wcstoll;
+ wcstoimax; wcstoumax; wcstoull; wcswcs; wmemrtombs; wmemrtowcs;
+ }
+}