This commit is contained in:
jeff 2003-04-01 02:34:21 +00:00
parent 4f9ba753d8
commit c724e78c22
5 changed files with 9 additions and 9 deletions

@ -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 */
};

@ -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
*/
const char *syscallnames[] = {

@ -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
*/
#define SYS_syscall 0

@ -1,7 +1,7 @@
# FreeBSD system call names.
# 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
MIASM = \
syscall.o \
exit.o \

@ -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
*/
#ifndef _SYS_SYSPROTO_H_