aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32/freebsd32_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/freebsd32/freebsd32_syscalls.c')
-rw-r--r--sys/compat/freebsd32/freebsd32_syscalls.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/freebsd32_syscalls.c b/sys/compat/freebsd32/freebsd32_syscalls.c
index 4713dc356c80..f9488ad6b5fe 100644
--- a/sys/compat/freebsd32/freebsd32_syscalls.c
+++ b/sys/compat/freebsd32/freebsd32_syscalls.c
@@ -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 */
};