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