提交 13e1e703 编写于 作者: O openharmony_ci 提交者: Gitee

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

Merge pull request !652 from zhangfanfan2/other
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册