diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/libdb.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/libdb.map b/db/libdb.map index 3ce01866f2..01414a1708 100644 --- a/db/libdb.map +++ b/db/libdb.map @@ -1,7 +1,7 @@ GLIBC_2.0 { global: # the real DB entry point. - dbopen; + dbopen; __dbopen; # The compatibility functions. dbm_clearerr; dbm_close; dbm_delete; dbm_dirfno; dbm_error; |