Fix exercise

This commit is contained in:
rcy 2022-05-23 23:29:46 +08:00
parent e6c2df71f0
commit 6d496195d1
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ chapter8 练习
.. code-block:: C
:linenos:
void mutex_unlock_v1(struct mutex *m)
{
if (m->blocking) {