use new thread library
This commit is contained in:
parent
d9f3e89e5e
commit
b20f06ab9c
6 changed files with 20 additions and 17 deletions
|
|
@ -91,6 +91,7 @@ Error2:
|
|||
}
|
||||
free(t);
|
||||
kc->c = chancreate(sizeof(Rune), 20);
|
||||
chansetname(kc->c, "kbdc");
|
||||
proccreate(_ioproc, kc, 4096);
|
||||
return kc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue