Change the prototype of kevent to remove the const from the changelist.
Reviewed by: jhb
This commit is contained in:
parent
88eacaa717
commit
4e3e9f019c
@ -515,7 +515,7 @@
|
||||
361 MSTD { int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); }
|
||||
362 MSTD { int kqueue(void); }
|
||||
363 MSTD { int kevent(int fd, \
|
||||
const struct kevent *changelist, int nchanges, \
|
||||
struct kevent *changelist, int nchanges, \
|
||||
struct kevent *eventlist, int nevents, \
|
||||
const struct timespec *timeout); }
|
||||
364 UNIMPL __cap_get_proc
|
||||
|
Loading…
Reference in New Issue
Block a user