提交 a2331e5d 编写于 作者: S Shengliang Guan

compile in win64

上级 754ad5ff
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册