Update.
[glibc.git] / db / Versions
blob479604ee5fcb5131b3e4948ef9accd34d4983c1f
1 libdb1 {
2   GLIBC_2.0 {
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;
9   }