diff options
Diffstat (limited to 'db/libdb.map')
-rw-r--r-- | db/libdb.map | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/db/libdb.map b/db/libdb.map new file mode 100644 index 0000000..5be731c --- /dev/null +++ b/db/libdb.map @@ -0,0 +1,12 @@ +GLIBC_2.0 { + global: + # the real DB entry point. + 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: + *; +};
\ No newline at end of file |