diff --git a/sys/compat/linux/arch/i386/linux_syscall.h b/sys/compat/linux/arch/i386/linux_syscall.h index 878ea0e6c160..f388a9bffdde 100644 --- a/sys/compat/linux/arch/i386/linux_syscall.h +++ b/sys/compat/linux/arch/i386/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.86 2009/12/14 00:58:36 matt Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.87 2010/04/23 03:03:03 chs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.101 2009/11/24 10:42:43 njoly Exp + * created from NetBSD: syscalls.master,v 1.102 2010/04/23 03:02:16 chs Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ @@ -346,7 +346,7 @@ /* syscall: "sigreturn" ret: "int" args: "struct linux_sigcontext *" */ #define LINUX_SYS_sigreturn 119 -/* syscall: "clone" ret: "int" args: "int" "void *" "void *" "void *" */ +/* syscall: "clone" ret: "int" args: "int" "void *" "void *" "void *" "void *" */ #define LINUX_SYS_clone 120 /* syscall: "setdomainname" ret: "int" args: "char *" "int" */ diff --git a/sys/compat/linux/arch/i386/linux_syscallargs.h b/sys/compat/linux/arch/i386/linux_syscallargs.h index a1e90653c6e4..f5c3e27cbf8f 100644 --- a/sys/compat/linux/arch/i386/linux_syscallargs.h +++ b/sys/compat/linux/arch/i386/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.86 2009/12/14 00:58:36 matt Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.87 2010/04/23 03:03:03 chs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.101 2009/11/24 10:42:43 njoly Exp + * created from NetBSD: syscalls.master,v 1.102 2010/04/23 03:02:16 chs Exp */ #ifndef _LINUX_SYS_SYSCALLARGS_H_ @@ -443,6 +443,7 @@ struct linux_sys_clone_args { syscallarg(int) flags; syscallarg(void *) stack; syscallarg(void *) parent_tidptr; + syscallarg(void *) tls; syscallarg(void *) child_tidptr; }; check_syscall_args(linux_sys_clone) diff --git a/sys/compat/linux/arch/i386/linux_syscalls.c b/sys/compat/linux/arch/i386/linux_syscalls.c index de1c95691b1e..24697a6a39ae 100644 --- a/sys/compat/linux/arch/i386/linux_syscalls.c +++ b/sys/compat/linux/arch/i386/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.87 2009/12/14 00:58:36 matt Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.88 2010/04/23 03:03:03 chs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.101 2009/11/24 10:42:43 njoly Exp + * created from NetBSD: syscalls.master,v 1.102 2010/04/23 03:02:16 chs Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.87 2009/12/14 00:58:36 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.88 2010/04/23 03:03:03 chs Exp $"); #if defined(_KERNEL_OPT) #include diff --git a/sys/compat/linux/arch/i386/linux_sysent.c b/sys/compat/linux/arch/i386/linux_sysent.c index 20f8a743c46f..44cec86731bf 100644 --- a/sys/compat/linux/arch/i386/linux_sysent.c +++ b/sys/compat/linux/arch/i386/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.86 2009/12/14 00:58:36 matt Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.87 2010/04/23 03:03:03 chs Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.101 2009/11/24 10:42:43 njoly Exp + * created from NetBSD: syscalls.master,v 1.102 2010/04/23 03:02:16 chs Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.86 2009/12/14 00:58:36 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.87 2010/04/23 03:03:03 chs Exp $"); #include #include