Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/amd64 Regen after sigreturn argument c...



details:   https://anonhg.NetBSD.org/src/rev/5d95743464ad
branches:  trunk
changeset: 581058:5d95743464ad
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun May 22 19:29:40 2005 +0000

description:
Regen after sigreturn argument change.

diffstat:

 sys/compat/linux/arch/amd64/linux_syscall.h     |  6 +++---
 sys/compat/linux/arch/amd64/linux_syscallargs.h |  8 ++------
 sys/compat/linux/arch/amd64/linux_syscalls.c    |  6 +++---
 sys/compat/linux/arch/amd64/linux_sysent.c      |  8 ++++----
 4 files changed, 12 insertions(+), 16 deletions(-)

diffs (103 lines):

diff -r c3f84ebb7cd8 -r 5d95743464ad sys/compat/linux/arch/amd64/linux_syscall.h
--- a/sys/compat/linux/arch/amd64/linux_syscall.h       Sun May 22 19:29:15 2005 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscall.h       Sun May 22 19:29:40 2005 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.3 2005/05/16 21:18:19 fvdl Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.4 2005/05/22 19:29:40 fvdl Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.3 2005/05/16 21:17:11 fvdl Exp
+ * created from        NetBSD: syscalls.master,v 1.4 2005/05/22 19:29:15 fvdl Exp
  */
 
 /* syscall: "read" ret: "int" args: "int" "char *" "u_int" */
@@ -52,7 +52,7 @@
 /* syscall: "rt_sigprocmask" ret: "int" args: "int" "const linux_sigset_t *" "linux_sigset_t *" "size_t" */
 #define        LINUX_SYS_rt_sigprocmask        14
 
-/* syscall: "rt_sigreturn" ret: "int" args: "struct linux_ucontext *" */
+/* syscall: "rt_sigreturn" ret: "int" args: */
 #define        LINUX_SYS_rt_sigreturn  15
 
 /* syscall: "ioctl" ret: "int" args: "int" "u_long" "caddr_t" */
diff -r c3f84ebb7cd8 -r 5d95743464ad sys/compat/linux/arch/amd64/linux_syscallargs.h
--- a/sys/compat/linux/arch/amd64/linux_syscallargs.h   Sun May 22 19:29:15 2005 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscallargs.h   Sun May 22 19:29:40 2005 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.3 2005/05/16 21:18:19 fvdl Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.4 2005/05/22 19:29:40 fvdl Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.3 2005/05/16 21:17:11 fvdl Exp
+ * created from        NetBSD: syscalls.master,v 1.4 2005/05/22 19:29:15 fvdl Exp
  */
 
 #ifndef _LINUX_SYS__SYSCALLARGS_H_
@@ -72,10 +72,6 @@
        syscallarg(size_t) sigsetsize;
 };
 
-struct linux_sys_rt_sigreturn_args {
-       syscallarg(struct linux_ucontext *) ucp;
-};
-
 struct linux_sys_ioctl_args {
        syscallarg(int) fd;
        syscallarg(u_long) com;
diff -r c3f84ebb7cd8 -r 5d95743464ad sys/compat/linux/arch/amd64/linux_syscalls.c
--- a/sys/compat/linux/arch/amd64/linux_syscalls.c      Sun May 22 19:29:15 2005 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscalls.c      Sun May 22 19:29:40 2005 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.3 2005/05/16 21:18:19 fvdl Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.4 2005/05/22 19:29:40 fvdl Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.3 2005/05/16 21:17:11 fvdl Exp
+ * created from        NetBSD: syscalls.master,v 1.4 2005/05/22 19:29:15 fvdl Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.3 2005/05/16 21:18:19 fvdl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.4 2005/05/22 19:29:40 fvdl Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r c3f84ebb7cd8 -r 5d95743464ad sys/compat/linux/arch/amd64/linux_sysent.c
--- a/sys/compat/linux/arch/amd64/linux_sysent.c        Sun May 22 19:29:15 2005 +0000
+++ b/sys/compat/linux/arch/amd64/linux_sysent.c        Sun May 22 19:29:40 2005 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.3 2005/05/16 21:18:19 fvdl Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.4 2005/05/22 19:29:40 fvdl Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.3 2005/05/16 21:17:11 fvdl Exp
+ * created from        NetBSD: syscalls.master,v 1.4 2005/05/22 19:29:15 fvdl Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.3 2005/05/16 21:18:19 fvdl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.4 2005/05/22 19:29:40 fvdl Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_43.h"
@@ -60,7 +60,7 @@
            linux_sys_rt_sigaction },           /* 13 = rt_sigaction */
        { 4, s(struct linux_sys_rt_sigprocmask_args), 0,
            linux_sys_rt_sigprocmask },         /* 14 = rt_sigprocmask */
-       { 1, s(struct linux_sys_rt_sigreturn_args), 0,
+       { 0, 0, 0,
            linux_sys_rt_sigreturn },           /* 15 = rt_sigreturn */
        { 3, s(struct linux_sys_ioctl_args), 0,
            linux_sys_ioctl },                  /* 16 = ioctl */



Home | Main Index | Thread Index | Old Index