fix:compile error

This commit is contained in:
facetosea 2022-12-01 19:25:49 +08:00
parent a450fae89a
commit c0c1e0dadd
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ int32_t tsem_wait(tsem_t* sem) {
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;
taosClockGetTime(0, &ts);