compile in win64
This commit is contained in:
parent
754ad5ff5b
commit
a2331e5df6
|
@ -106,7 +106,7 @@ bool tfValid(int64_t tfd) {
|
||||||
return p != NULL;
|
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);
|
void *p = taosAcquireRef(tsFileRsetId, tfd);
|
||||||
if (p == NULL) return -1;
|
if (p == NULL) return -1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue