!892 m告警清理

Merge pull request !892 from 乔克叔叔/master
This commit is contained in:
openharmony_ci
2022-11-14 08:50:22 +00:00
committed by Gitee
13 changed files with 13 additions and 14 deletions

View File

@@ -43,7 +43,7 @@ pthread_t TestPthreadSelf(void)
return tid;
}
VOID ItSuitePosixPthread()
void ItSuitePosixPthread(void)
{
printf("************** begin SAMPLE POSIX pthread test *************\n");
ItPosixPthread001();