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

Merge pull request !989 from yinjiaming/dev
This commit is contained in:
openharmony_ci 2022-09-13 12:38:03 +00:00 committed by Gitee
commit 39e25c5220
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@
*/
#include "it_pthread_test.h"
static VOID *PthreadTest115(VOID *arg) {}
static VOID *PthreadTest115(VOID *arg)
{
return NULL;
}
static int GroupProcess(void)
{