Replace non-existent 'mtx_t' typedef'd type with 'struct mtx'.

This commit is contained in:
John Baldwin 2000-11-10 01:51:55 +00:00
parent ed21d82204
commit c5f3b30e68

View File

@ -43,7 +43,7 @@
.Ft int
.Fn tsleep "void *ident" "int priority" "const char *wmesg" "int timo"
.Ft int
.Fn msleep "void *ident" "mtx_t *mtx" "int priority" "const char *wmesg" "int timo"
.Fn msleep "void *ident" "struct mtx *mtx" "int priority" "const char *wmesg" "int timo"
.Ft int
.Fn asleep "void *ident" "int priority" "const char *wmesg" "int timo"
.Ft int