Fix prototype to match the code and documentation.

This commit is contained in:
ru 2005-11-24 09:51:59 +00:00
parent 7eed0b9958
commit 6968f8c5bd

View File

@ -235,7 +235,7 @@ struct timespec;
__BEGIN_DECLS
int kqueue(void);
int kevent(int kq, struct kevent *changelist, int nchanges,
int kevent(int kq, const struct kevent *changelist, int nchanges,
struct kevent *eventlist, int nevents,
const struct timespec *timeout);
__END_DECLS