mtx_try_enter() returns an int, not void.

This commit is contained in:
John Baldwin 2001-02-02 00:49:17 +00:00
parent 7497319b6c
commit efd39a2f76

View File

@ -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"