Update.
[glibc.git] / db / libdb.map
blob01414a170835810ab5360b47446bc98faa9b1f38
1 GLIBC_2.0 {
2   global:
3     # the real DB entry point.
4     dbopen; __dbopen;
6     # The compatibility functions.
7     dbm_clearerr; dbm_close; dbm_delete; dbm_dirfno; dbm_error;
8     dbm_fetch; dbm_firstkey; dbm_nextkey; dbm_open; dbm_store;
10   local:
11     *;