summaryrefslogtreecommitdiffstats
path: root/sys/sys/event.h
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2005-03-01 17:45:55 +0000
committerps <ps@FreeBSD.org>2005-03-01 17:45:55 +0000
commit90b32391ca007224dc432828b029766bc5e11598 (patch)
tree10558b08e817450d6d38eaa125c3e87ee71d4dc9 /sys/sys/event.h
parentd3b5771598d00018335582cbafcbaba6461f7d28 (diff)
downloadFreeBSD-src-90b32391ca007224dc432828b029766bc5e11598.zip
FreeBSD-src-90b32391ca007224dc432828b029766bc5e11598.tar.gz
Use kern_kevent instead of the stackgap for 32bit syscall wrapping.
Submitted by: jhb Tested on: amd64
Diffstat (limited to 'sys/sys/event.h')
-rw-r--r--sys/sys/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/event.h b/sys/sys/event.h
index e39177f..86caab2 100644
--- a/sys/sys/event.h
+++ b/sys/sys/event.h
@@ -221,7 +221,7 @@ struct timespec;
__BEGIN_DECLS
int kqueue(void);
-int kevent(int kq, const struct kevent *changelist, int nchanges,
+int kevent(int kq, struct kevent *changelist, int nchanges,
struct kevent *eventlist, int nevents,
const struct timespec *timeout);
__END_DECLS
OpenPOWER on IntegriCloud