about summary refs log tree commit diff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/Versions (renamed from db/libdb.map)10
1 files changed, 4 insertions, 6 deletions
diff --git a/db/libdb.map b/db/Versions
index 01414a1708..65c1ae7586 100644
--- a/db/libdb.map
+++ b/db/Versions
@@ -1,12 +1,10 @@
-GLIBC_2.0 {
-  global:
+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;
-
-  local:
-    *;
-};
+  }
+}