summaryrefslogtreecommitdiff
path: root/db/libdb.map
diff options
context:
space:
mode:
Diffstat (limited to 'db/libdb.map')
-rw-r--r--db/libdb.map12
1 files changed, 12 insertions, 0 deletions
diff --git a/db/libdb.map b/db/libdb.map
new file mode 100644
index 0000000000..5be731cdea
--- /dev/null
+++ b/db/libdb.map
@@ -0,0 +1,12 @@
+GLIBC_2.0 {
+ global:
+ # the real DB entry point.
+ dbopen;
+
+ # The compatibility functions.
+ dbm_clearerr; dbm_close; dbm_delete; dbm_dirfno; dbm_error;
+ dbm_fetch; dbm_firstkey; dbm_nextkey; dbm_open; dbm_store;
+
+ local:
+ *;
+}; \ No newline at end of file