fix name muxprocs
This commit is contained in:
parent
8159666d6a
commit
70584625ae
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ enum
|
|||
};
|
||||
|
||||
void
|
||||
muxthreads(Mux *mux)
|
||||
muxprocs(Mux *mux)
|
||||
{
|
||||
proccreate(_muxrecvproc, mux, STACK);
|
||||
qlock(&mux->lk);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue