forked from lthn/blockchain
fixing i386 build
This commit is contained in:
parent
dc961928d9
commit
211c1b4838
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ extern int cacheflush(char *addr, int nbytes, int cache);
|
|||
#ifdef _WIN32
|
||||
typedef int64_t off64_t;
|
||||
#else
|
||||
typedef off_t off64_t;
|
||||
//typedef off_t off64_t;
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue