aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2003-04-01 00:34:29 +0000
committerJeff Roberson <jeff@FreeBSD.org>2003-04-01 00:34:29 +0000
commitd4a63cb9c878da6df9ecc29900203e1c0236495c (patch)
tree0276a1000b9a3f90d2263a2724b6e5941a5c05e2 /sys/sys/syscall.h
parent8d5377e538093825a88e285358118c9aad94d10d (diff)
downloadsrc-d4a63cb9c878da6df9ecc29900203e1c0236495c.tar.gz
src-d4a63cb9c878da6df9ecc29900203e1c0236495c.zip
- Regen for thr related system calls.
Notes
Notes: svn path=/head/; revision=112902
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 46cb3e010591..17fcc322ebca 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.144 2003/02/20 08:18:15 davidxu Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.145 2003/03/31 23:30:41 jeff Exp
*/
#define SYS_syscall 0
@@ -337,4 +337,8 @@
#define SYS___acl_delete_link 427
#define SYS___acl_aclcheck_link 428
#define SYS_sigwait 429
-#define SYS_MAXSYSCALL 430
+#define SYS_thr_create 430
+#define SYS_thr_exit 431
+#define SYS_thr_self 432
+#define SYS_thr_kill 433
+#define SYS_MAXSYSCALL 434