From d4a63cb9c878da6df9ecc29900203e1c0236495c Mon Sep 17 00:00:00 2001 From: Jeff Roberson Date: Tue, 1 Apr 2003 00:34:29 +0000 Subject: - Regen for thr related system calls. --- sys/kern/syscalls.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/kern/syscalls.c') diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index f25ccf453229..3eb0ce0bbfaa 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.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 */ const char *syscallnames[] = { @@ -437,4 +437,8 @@ const char *syscallnames[] = { "__acl_delete_link", /* 427 = __acl_delete_link */ "__acl_aclcheck_link", /* 428 = __acl_aclcheck_link */ "sigwait", /* 429 = sigwait */ + "thr_create", /* 430 = thr_create */ + "thr_exit", /* 431 = thr_exit */ + "thr_self", /* 432 = thr_self */ + "thr_kill", /* 433 = thr_kill */ }; -- cgit v1.3