Cider Isn't Darwin Emulation, Really
Something went wrong. Try again.
12345678910111213#ifndef LINUX_KEVENT_H#define LINUX_KEVENT_H
struct kevent;struct timespec;
long sys_kevent(int kq, const struct kevent *changelist, int nchanges, struct kevent *eventlist, int nevents, const struct timespec *timeout);
#endif