summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index b2d2310..da044d2 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -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
*/
#include "opt_compat.h"
@@ -458,4 +458,8 @@ struct sysent sysent[] = {
{ SYF_MPSAFE | AS(__acl_delete_link_args), (sy_call_t *)__acl_delete_link }, /* 427 = __acl_delete_link */
{ SYF_MPSAFE | AS(__acl_aclcheck_link_args), (sy_call_t *)__acl_aclcheck_link }, /* 428 = __acl_aclcheck_link */
{ SYF_MPSAFE | AS(sigwait_args), (sy_call_t *)sigwait }, /* 429 = sigwait */
+ { AS(thr_create_args), (sy_call_t *)thr_create }, /* 430 = thr_create */
+ { 0, (sy_call_t *)thr_exit }, /* 431 = thr_exit */
+ { AS(thr_self_args), (sy_call_t *)thr_self }, /* 432 = thr_self */
+ { AS(thr_kill_args), (sy_call_t *)thr_kill }, /* 433 = thr_kill */
};
OpenPOWER on IntegriCloud