Fix exercise
This commit is contained in:
parent
e6c2df71f0
commit
6d496195d1
|
@ -117,6 +117,7 @@ chapter8 练习
|
||||||
|
|
||||||
.. code-block:: C
|
.. code-block:: C
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
void mutex_unlock_v1(struct mutex *m)
|
void mutex_unlock_v1(struct mutex *m)
|
||||||
{
|
{
|
||||||
if (m->blocking) {
|
if (m->blocking) {
|
||||||
|
|
Loading…
Reference in New Issue