提交 3e444e59 编写于 作者: P pyroix 提交者: Gitee

update zh-cn/device-dev/kernel/标准库-0.md.

上级 64c4a3cd
......@@ -68,7 +68,7 @@ static void *ChildThreadFunc(void *arg)
/* 尝试获取mutex锁,正常场景,此处无法获取锁 */
rc = pthread_mutex_trylock(&g_td.mutex);
if (rc == 0) {
printf("ERROR: mutex gets an abnomal lock!\n");
printf("ERROR: mutex gets an abnormal lock!\n");
goto EXIT;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册