mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
addresses BUILD
fix windows build git-svn-id: file:///svn/toku/tokudb@9114 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
fd23067f99
commit
4fce91b292
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue