git-annex/Utility/libkqueue.h
Joey Hess 90d565149a flesh out kqueue library
Have not tried to build this yet. But barring minor mistakes, I think it's
good.
2012-06-18 16:18:59 -04:00

2 lines
97 B
C

int init_kqueue(const int fdcnt, const int *fdlist);
signed int waitchange_kqueue(const int kq);