!652 OsFutexWaitParamCheck函数中absTime为0时,直接返回,不需要打印

Merge pull request !652 from zhangfanfan2/other
This commit is contained in:
openharmony_ci 2021-10-11 07:45:35 +00:00 committed by Gitee
commit 13e1e70358
1 changed files with 0 additions and 1 deletions

View File

@ -524,7 +524,6 @@ STATIC INT32 OsFutexWaitParamCheck(const UINT32 *userVaddr, UINT32 flags, UINT32
}
if (!absTime) {
PRINT_ERR("Futex wait param check failed! error absTime: %u\n", absTime);
return LOS_EINVAL;
}