aboutsummaryrefslogtreecommitdiff
path: root/REORG.TODO/catgets/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/catgets/Versions')
-rw-r--r--REORG.TODO/catgets/Versions10
1 files changed, 10 insertions, 0 deletions
diff --git a/REORG.TODO/catgets/Versions b/REORG.TODO/catgets/Versions
new file mode 100644
index 0000000000..6434f2bd03
--- /dev/null
+++ b/REORG.TODO/catgets/Versions
@@ -0,0 +1,10 @@
+libc {
+ GLIBC_2.0 {
+ # c*
+ catclose; catgets; catopen;
+ }
+ GLIBC_PRIVATE {
+ # functions with required interface outside normal name space
+ __open_catalog;
+ }
+}