Replace non-existent 'mtx_t' typedef'd type with 'struct mtx'.
This commit is contained in:
parent
2298b37bd4
commit
43358c0a4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user