blob: 65c1ae758678626af3cefda521c69c30d6e13b47 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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;
}
}
|