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