flesh out kqueue library
Have not tried to build this yet. But barring minor mistakes, I think it's good.
This commit is contained in:
parent
89fcee03d0
commit
90d565149a
3 changed files with 81 additions and 26 deletions
|
@ -1 +1,2 @@
|
|||
int waitchange(const int *fds);
|
||||
int init_kqueue(const int fdcnt, const int *fdlist);
|
||||
signed int waitchange_kqueue(const int kq);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue