about summary refs log tree commit diff
path: root/REORG.TODO/wctype/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/wctype/Versions')
-rw-r--r--REORG.TODO/wctype/Versions23
1 files changed, 23 insertions, 0 deletions
diff --git a/REORG.TODO/wctype/Versions b/REORG.TODO/wctype/Versions
new file mode 100644
index 0000000000..9b4fc57b1b
--- /dev/null
+++ b/REORG.TODO/wctype/Versions
@@ -0,0 +1,23 @@
+libc {
+  GLIBC_2.0 {
+    # functions used in inline functions or macros
+    __iswctype;
+
+    # i*
+    iswalnum; iswalpha; iswcntrl; iswctype; iswdigit; iswgraph; iswlower;
+    iswprint; iswpunct; iswspace; iswupper; iswxdigit;
+
+    # t*
+    towctrans; towlower; towupper;
+
+    # w*
+    wctrans; wctype; wcwidth;
+  }
+  GLIBC_2.1 {
+    # functions used in inline functions or macros
+    __towctrans;
+
+    # i*
+    iswblank;
+  }
+}