1
0
Fork 0
forked from lthn/blockchain

fixing i386 build

This commit is contained in:
cryptozoidberg 2020-09-03 23:20:25 +02:00
parent dc961928d9
commit 211c1b4838
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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