提交 d8dc1df1 编写于 作者: R Rich Felker

fix pshared barrier wrong return value.

i set the return value but then never used it... oops!
上级 5e9e78ec
......@@ -54,7 +54,7 @@ static int pshared_barrier_wait(pthread_barrier_t *b)
__vm_unlock();
return 0;
return ret;
}
struct instance
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册