Fix prototype to match the code and documentation.
This commit is contained in:
parent
7eed0b9958
commit
6968f8c5bd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user