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