summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2003-04-01 02:34:21 +0000
committerjeff <jeff@FreeBSD.org>2003-04-01 02:34:21 +0000
commitc724e78c22f4c4ebc3f06fa701fd6870225a6629 (patch)
treedf3850f89b0597f0ae0ce4173ae6593698d5bd2c /sys/kern/init_sysent.c
parent4f9ba753d83d9fb8331a0b13c3ab8fba409c0b07 (diff)
downloadFreeBSD-src-c724e78c22f4c4ebc3f06fa701fd6870225a6629.zip
FreeBSD-src-c724e78c22f4c4ebc3f06fa701fd6870225a6629.tar.gz
- Regen.
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c10
1 files changed, 5 insertions, 5 deletions
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 */
};
OpenPOWER on IntegriCloud