summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2002-02-19 02:40:31 +0000
committerjulian <julian@FreeBSD.org>2002-02-19 02:40:31 +0000
commitffdde8ed998b2a6fc54e18d6771e0757bd735c84 (patch)
tree294898533d0b94b10c18f43cdeb30f9c22603cd4 /sys/kern/syscalls.master
parent8cdc9fd108c3c90b46de7b68b6306a6b62243e3b (diff)
downloadFreeBSD-src-ffdde8ed998b2a6fc54e18d6771e0757bd735c84.zip
FreeBSD-src-ffdde8ed998b2a6fc54e18d6771e0757bd735c84.tar.gz
Add stub syscalls and definitions for KSE calls.
"Book'em Danno"
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index ff2b864..86b2c08 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -548,7 +548,7 @@
378 STD BSD { int nmount(struct iovec *iovp, unsigned int iovcnt, \
int flags); }
379 STD BSD { int kse_exit(void); }
-380 STD BSD { int kse_wakeup(void *); }
+380 STD BSD { int kse_wakeup(void); }
381 STD BSD { int kse_new(struct kse_mailbox * mbx, \
int new_grp_flag); }
382 STD BSD { int thread_wakeup(struct thread_mailbox *tmbx); }
OpenPOWER on IntegriCloud