skeleton C library for calling kqueue

This commit is contained in:
Joey Hess 2012-06-18 12:25:20 -04:00
parent 0ecc7dc892
commit 3c8a9043b6
6 changed files with 75 additions and 11 deletions

1
Utility/libkqueue.h Normal file
View file

@ -0,0 +1 @@
int waitchange(const int *fds);