Regen.
This commit is contained in:
parent
a8ff4f0990
commit
fce41b3b76
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.96 2008/02/12 20:09:03 ru Exp
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.98 2008/03/25 19:34:47 jhb Exp
|
||||
*/
|
||||
|
||||
#ifndef _FREEBSD32_SYSPROTO_H_
|
||||
@ -11,6 +11,7 @@
|
||||
|
||||
#include <sys/signal.h>
|
||||
#include <sys/acl.h>
|
||||
#include <sys/cpuset.h>
|
||||
#include <sys/_semaphore.h>
|
||||
#include <sys/ucontext.h>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.96 2008/02/12 20:09:03 ru Exp
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.98 2008/03/25 19:34:47 jhb Exp
|
||||
*/
|
||||
|
||||
#define FREEBSD32_SYS_syscall 0
|
||||
@ -335,4 +335,9 @@
|
||||
#define FREEBSD32_SYS_thr_kill2 481
|
||||
#define FREEBSD32_SYS_shm_open 482
|
||||
#define FREEBSD32_SYS_shm_unlink 483
|
||||
#define FREEBSD32_SYS_MAXSYSCALL 484
|
||||
#define FREEBSD32_SYS_cpuset 484
|
||||
#define FREEBSD32_SYS_cpuset_setid 485
|
||||
#define FREEBSD32_SYS_cpuset_getid 486
|
||||
#define FREEBSD32_SYS_cpuset_getaffinity 487
|
||||
#define FREEBSD32_SYS_cpuset_setaffinity 488
|
||||
#define FREEBSD32_SYS_MAXSYSCALL 489
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.96 2008/02/12 20:09:03 ru Exp
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.98 2008/03/25 19:34:47 jhb Exp
|
||||
*/
|
||||
|
||||
const char *freebsd32_syscallnames[] = {
|
||||
@ -491,4 +491,9 @@ const char *freebsd32_syscallnames[] = {
|
||||
"thr_kill2", /* 481 = thr_kill2 */
|
||||
"shm_open", /* 482 = shm_open */
|
||||
"shm_unlink", /* 483 = shm_unlink */
|
||||
"cpuset", /* 484 = cpuset */
|
||||
"cpuset_setid", /* 485 = cpuset_setid */
|
||||
"cpuset_getid", /* 486 = cpuset_getid */
|
||||
"cpuset_getaffinity", /* 487 = cpuset_getaffinity */
|
||||
"cpuset_setaffinity", /* 488 = cpuset_setaffinity */
|
||||
};
|
||||
|
@ -3,12 +3,11 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.96 2008/02/12 20:09:03 ru Exp
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.98 2008/03/25 19:34:47 jhb Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
||||
#include <bsm/audit_kevents.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysent.h>
|
||||
#include <sys/sysproto.h>
|
||||
@ -523,4 +522,9 @@ struct sysent freebsd32_sysent[] = {
|
||||
{ AS(thr_kill2_args), (sy_call_t *)thr_kill2, AUE_KILL, NULL, 0, 0 }, /* 481 = thr_kill2 */
|
||||
{ AS(shm_open_args), (sy_call_t *)shm_open, AUE_SHMOPEN, NULL, 0, 0 }, /* 482 = shm_open */
|
||||
{ AS(shm_unlink_args), (sy_call_t *)shm_unlink, AUE_SHMUNLINK, NULL, 0, 0 }, /* 483 = shm_unlink */
|
||||
{ AS(cpuset_args), (sy_call_t *)cpuset, AUE_NULL, NULL, 0, 0 }, /* 484 = cpuset */
|
||||
{ AS(cpuset_setid_args), (sy_call_t *)cpuset_setid, AUE_NULL, NULL, 0, 0 }, /* 485 = cpuset_setid */
|
||||
{ AS(cpuset_getid_args), (sy_call_t *)cpuset_getid, AUE_NULL, NULL, 0, 0 }, /* 486 = cpuset_getid */
|
||||
{ AS(cpuset_getaffinity_args), (sy_call_t *)cpuset_getaffinity, AUE_NULL, NULL, 0, 0 }, /* 487 = cpuset_getaffinity */
|
||||
{ AS(cpuset_setaffinity_args), (sy_call_t *)cpuset_setaffinity, AUE_NULL, NULL, 0, 0 }, /* 488 = cpuset_setaffinity */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user