compile in win64

This commit is contained in:
Shengliang Guan 2020-11-28 09:47:07 +08:00
parent 754ad5ff5b
commit a2331e5df6
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ bool tfValid(int64_t tfd) {
return p != NULL;
}
int32_t tfLseek(int64_t tfd, int64_t offset, int32_t whence) {
int64_t tfLseek(int64_t tfd, int64_t offset, int32_t whence) {
void *p = taosAcquireRef(tsFileRsetId, tfd);
if (p == NULL) return -1;