aboutsummaryrefslogtreecommitdiffstats
path: root/main/db1-ast/libdb.map
diff options
context:
space:
mode:
Diffstat (limited to 'main/db1-ast/libdb.map')
-rw-r--r--main/db1-ast/libdb.map11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/db1-ast/libdb.map b/main/db1-ast/libdb.map
new file mode 100644
index 000000000..87e34c430
--- /dev/null
+++ b/main/db1-ast/libdb.map
@@ -0,0 +1,11 @@
+GLIBC_2.0 {
+ global:
+ # 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;
+ local:
+ *;
+};