mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Avoid an ambiguous reference to mtx_lock(9).
MFC after: 3 days
This commit is contained in:
parent
fe6ba75294
commit
eb2c1f87f8
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ can be enumerated as follows:
|
|||
.It
|
||||
From within a function such as
|
||||
.Xr cv_wait 9 ,
|
||||
.Xr mtx_lock ,
|
||||
.Xr mtx_lock 9 ,
|
||||
or
|
||||
.Xr tsleep 9
|
||||
when the current thread
|
||||
|
|
|
|||
Loading…
Reference in a new issue