summaryrefslogtreecommitdiff
path: root/db/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'db/Versions')
-rw-r--r--db/Versions10
1 files changed, 10 insertions, 0 deletions
diff --git a/db/Versions b/db/Versions
new file mode 100644
index 0000000000..65c1ae7586
--- /dev/null
+++ b/db/Versions
@@ -0,0 +1,10 @@
+libdb {
+ GLIBC_2.0 {
+ # the real DB entry point.
+ dbopen; __dbopen;
+
+ # The compatibility functions.
+ dbm_clearerr; dbm_close; dbm_delete; dbm_dirfno; dbm_error;
+ dbm_fetch; dbm_firstkey; dbm_nextkey; dbm_open; dbm_store;
+ }
+}