未验证 提交 39e25c52 编写于 作者: O openharmony_ci 提交者: Gitee

!989 Fix : 修复测试用例返回值问题

Merge pull request !989 from yinjiaming/dev
...@@ -30,7 +30,10 @@ ...@@ -30,7 +30,10 @@
*/ */
#include "it_pthread_test.h" #include "it_pthread_test.h"
static VOID *PthreadTest115(VOID *arg) {} static VOID *PthreadTest115(VOID *arg)
{
return NULL;
}
static int GroupProcess(void) static int GroupProcess(void)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册