aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 12 deletions
diff --git a/db/libdb.map b/db/libdb.map
deleted file mode 100644
index 01414a1708..0000000000
--- a/db/libdb.map
+++ /dev/null
@@ -1,12 +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:
- *;
-};