Commit 6dfe0dfc authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

addresses BUILD

fix windows build

git-svn-id: file:///svn/toku/tokudb@9114 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0f9ef1cb
#include <toku_portability.h>
#include <stdio.h>
#include <assert.h>
#include <stdint.h>
......@@ -82,6 +83,7 @@ int toku_set_func_pwrite (ssize_t (*pwrite_fun)(int, const void *, size_t, off_t
int toku_set_func_write (ssize_t (*write_fun)(int, const void *, size_t)) {
t_write = write_fun;
t_write = t_write; //So far unused
return 0;
}
......
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