mtx_try_enter() returns an int, not void.
This commit is contained in:
parent
7497319b6c
commit
efd39a2f76
@ -47,7 +47,7 @@
|
||||
.Fn mtx_init "struct mtx *mutex" "char *name" "flags"
|
||||
.Ft void
|
||||
.Fn mtx_enter "struct mtx *mutex" "int flags"
|
||||
.Ft void
|
||||
.Ft int
|
||||
.Fn mtx_try_enter "struct mtx *mutex" "int flags"
|
||||
.Ft void
|
||||
.Fn mtx_exit "struct mtx *mutex" "int flags"
|
||||
|
Loading…
Reference in New Issue
Block a user