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

prepare pthread_spin_unlock for archs that need memory barriers

上级 b8b85a42
......@@ -2,5 +2,6 @@
int pthread_spin_unlock(pthread_spinlock_t *s)
{
return *s = 0;
a_store(s, 0);
return 0;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册