summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
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.c
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.c')
-rw-r--r--sys/kern/syscalls.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 1eb4977..32107e1 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.104 2002/02/17 17:41:28 deischen Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.105 2002/02/19 02:19:36 julian Exp
*/
char *syscallnames[] = {
@@ -386,4 +386,9 @@ char *syscallnames[] = {
"eaccess", /* 376 = eaccess */
"#377", /* 377 = afs_syscall */
"nmount", /* 378 = nmount */
+ "kse_exit", /* 379 = kse_exit */
+ "kse_wakeup", /* 380 = kse_wakeup */
+ "kse_new", /* 381 = kse_new */
+ "thread_wakeup", /* 382 = thread_wakeup */
+ "kse_yield", /* 383 = kse_yield */
};
OpenPOWER on IntegriCloud