Commit 6e687677 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

fix build refs[t:2028]

git-svn-id: file:///svn/toku/tokudb@16302 c7de825b-a66e-492c-adef-691d508d4ae1
parent 197f5652
...@@ -53,9 +53,12 @@ def main(): ...@@ -53,9 +53,12 @@ def main():
"db_env_set_func_realloc", "db_env_set_func_realloc",
"db_env_set_func_pwrite", "db_env_set_func_pwrite",
"db_env_set_func_write", "db_env_set_func_write",
"db_env_set_checkpoint_callback", "db_env_set_checkpoint_callback",
"db_env_set_checkpoint_callback2", "db_env_set_checkpoint_callback2",
"setup_dlmalloc", "dlfree", "dlmalloc", "dlrealloc" ]: "db_env_set_recover_callback",
"db_env_set_recover_callback2",
"setup_dlmalloc", "dlfree", "dlmalloc", "dlrealloc"
]:
exceptsymbols[n] = 1 exceptsymbols[n] = 1
return checkglobals(libname, exceptsymbols, verbose) return checkglobals(libname, exceptsymbols, verbose)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment