fix:compile error
This commit is contained in:
parent
a450fae89a
commit
c0c1e0dadd
|
@ -75,7 +75,7 @@ int32_t tsem_wait(tsem_t* sem) {
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t tsem_timewait(tsem_t* sem, int64_t milis) {
|
int32_t tsem_timewait(tsem_t* sem, int64_t ms) {
|
||||||
struct timespec ts;
|
struct timespec ts;
|
||||||
taosClockGetTime(0, &ts);
|
taosClockGetTime(0, &ts);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue