libdb.map 257 B

1234567891011
  1. GLIBC_2.0 {
  2. global:
  3. # the real DB entry point.
  4. dbopen; __dbopen;
  5. # The compatibility functions.
  6. dbm_clearerr; dbm_close; dbm_delete; dbm_dirfno; dbm_error;
  7. dbm_fetch; dbm_firstkey; dbm_nextkey; dbm_open; dbm_store;
  8. local:
  9. *;
  10. };