compile error in windows

This commit is contained in:
Shengliang Guan 2020-11-27 23:38:07 +08:00
parent dbe3b6f8f6
commit 754ad5ff5b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ int64_t tfWrite(int64_t tfd, void *buf, int64_t count);
int64_t tfRead(int64_t tfd, void *buf, int64_t count);
int32_t tfFsync(int64_t tfd);
bool tfValid(int64_t tfd);
int32_t tfLseek(int64_t tfd, int64_t offset, int32_t whence);
int64_t tfLseek(int64_t tfd, int64_t offset, int32_t whence);
int32_t tfFtruncate(int64_t tfd, int64_t length);
#ifdef __cplusplus