aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast/libdb.map
blob: 87e34c430f839b50794ce6e5b24c3e8b76d067af (plain)
1
2
3
4
5
6
7
8
9
10
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:
    *;
};