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:
Joey Hess 2012-06-18 16:18:59 -04:00
parent 89fcee03d0
commit 90d565149a
3 changed files with 81 additions and 26 deletions

View file

@ -1 +1,2 @@
int waitchange(const int *fds);
int init_kqueue(const int fdcnt, const int *fdlist);
signed int waitchange_kqueue(const int kq);