diff options
| author | David Xu <davidxu@FreeBSD.org> | 2004-10-07 01:09:46 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2004-10-07 01:09:46 +0000 |
| commit | ebfcca3d6198fd6788a0d04d5068805a7ad94dbd (patch) | |
| tree | 406f94998f705d346c793688e4d55a41c1a10167 /sys/kern/init_sysent.c | |
| parent | cda5aba4b95d03da581baa1128cb0807c7c1b7a7 (diff) | |
Notes
Diffstat (limited to 'sys/kern/init_sysent.c')
| -rw-r--r-- | sys/kern/init_sysent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 1185cf817f81..1bbc76cda313 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -459,7 +459,7 @@ struct sysent sysent[] = { { 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 */ { 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_exit_args), (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 */ |
