From c724e78c22f4c4ebc3f06fa701fd6870225a6629 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 1 Apr 2003 02:34:21 +0000 Subject: - Regen. --- sys/kern/init_sysent.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/kern/init_sysent.c') diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index e2d51be..2d7e453 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.146 2003/04/01 00:31:37 jeff Exp + * created from FreeBSD: src/sys/kern/syscalls.master,v 1.147 2003/04/01 01:12:24 jeff Exp */ #include "opt_compat.h" @@ -458,10 +458,10 @@ 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 */ + { SYF_MPSAFE | AS(thr_create_args), (sy_call_t *)thr_create }, /* 430 = thr_create */ + { SYF_MPSAFE | 0, (sy_call_t *)thr_exit }, /* 431 = thr_exit */ + { SYF_MPSAFE | AS(thr_self_args), (sy_call_t *)thr_self }, /* 432 = thr_self */ + { SYF_MPSAFE | AS(thr_kill_args), (sy_call_t *)thr_kill }, /* 433 = thr_kill */ { SYF_MPSAFE | AS(_umtx_lock_args), (sy_call_t *)_umtx_lock }, /* 434 = _umtx_lock */ { SYF_MPSAFE | AS(_umtx_unlock_args), (sy_call_t *)_umtx_unlock }, /* 435 = _umtx_unlock */ }; -- cgit v1.1