diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-19 22:04:50 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-19 22:04:50 +0000 |
commit | ba2ce2ac4893e710c463d3ac681764a231c52697 (patch) | |
tree | 8dd33bc10d123661aab305d022e9b31dd5070239 /sys | |
parent | c4c0ea56efbfffae7c113eeb438a472ef7954b7d (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/hpux/hppa/hpux_syscall.h | 6 | ||||
-rw-r--r-- | sys/compat/hpux/hppa/hpux_syscallargs.h | 6 | ||||
-rw-r--r-- | sys/compat/hpux/hppa/hpux_syscalls.c | 4 | ||||
-rw-r--r-- | sys/compat/hpux/hppa/hpux_sysent.c | 6 |
4 files changed, 12 insertions, 10 deletions
diff --git a/sys/compat/hpux/hppa/hpux_syscall.h b/sys/compat/hpux/hppa/hpux_syscall.h index d525aa9dcef..db6ac092d24 100644 --- a/sys/compat/hpux/hppa/hpux_syscall.h +++ b/sys/compat/hpux/hppa/hpux_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_syscall.h,v 1.7 2004/07/15 20:08:31 mickey Exp $ */ +/* $OpenBSD: hpux_syscall.h,v 1.8 2004/09/19 22:04:49 mickey Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.7 2004/07/15 20:07:41 mickey Exp + * created from OpenBSD: syscalls.master,v 1.8 2004/09/19 22:04:15 mickey Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -346,7 +346,7 @@ /* syscall: "waitpid" ret: "int" args: "pid_t" "int *" "int" "struct rusage *" */ #define HPUX_SYS_waitpid 200 -/* syscall: "hpux_sigsetreturn" ret: "void" args: "int" */ +/* syscall: "hpux_sigsetreturn" ret: "void" args: "caddr_t" "int" "int" */ #define HPUX_SYS_hpux_sigsetreturn 224 /* syscall: "poll" ret: "int" args: "struct pollfd *" "u_int" "int" */ diff --git a/sys/compat/hpux/hppa/hpux_syscallargs.h b/sys/compat/hpux/hppa/hpux_syscallargs.h index fe6d1dc1deb..5198a7dbabd 100644 --- a/sys/compat/hpux/hppa/hpux_syscallargs.h +++ b/sys/compat/hpux/hppa/hpux_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_syscallargs.h,v 1.7 2004/07/15 20:08:31 mickey Exp $ */ +/* $OpenBSD: hpux_syscallargs.h,v 1.8 2004/09/19 22:04:49 mickey Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.7 2004/07/15 20:07:41 mickey Exp + * created from OpenBSD: syscalls.master,v 1.8 2004/09/19 22:04:15 mickey Exp */ #ifdef syscallarg @@ -328,7 +328,9 @@ struct hpux_sys_waitpid_args { }; struct hpux_sigsetreturn_args { + syscallarg(caddr_t) addr; syscallarg(int) cookie; + syscallarg(int) len; }; struct hpux_sys_nshmctl_args { diff --git a/sys/compat/hpux/hppa/hpux_syscalls.c b/sys/compat/hpux/hppa/hpux_syscalls.c index 88e047bbba2..8c4bf6867a7 100644 --- a/sys/compat/hpux/hppa/hpux_syscalls.c +++ b/sys/compat/hpux/hppa/hpux_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_syscalls.c,v 1.7 2004/07/15 20:08:31 mickey Exp $ */ +/* $OpenBSD: hpux_syscalls.c,v 1.8 2004/09/19 22:04:49 mickey Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.7 2004/07/15 20:07:41 mickey Exp + * created from OpenBSD: syscalls.master,v 1.8 2004/09/19 22:04:15 mickey Exp */ char *hpux_syscallnames[] = { diff --git a/sys/compat/hpux/hppa/hpux_sysent.c b/sys/compat/hpux/hppa/hpux_sysent.c index 6783b495e57..8b186cd6948 100644 --- a/sys/compat/hpux/hppa/hpux_sysent.c +++ b/sys/compat/hpux/hppa/hpux_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_sysent.c,v 1.7 2004/07/15 20:08:31 mickey Exp $ */ +/* $OpenBSD: hpux_sysent.c,v 1.8 2004/09/19 22:04:49 mickey Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.7 2004/07/15 20:07:41 mickey Exp + * created from OpenBSD: syscalls.master,v 1.8 2004/09/19 22:04:15 mickey Exp */ #include <sys/param.h> @@ -504,7 +504,7 @@ struct sysent hpux_sysent[] = { sys_nosys }, /* 222 = unimplemented */ { 0, 0, sys_nosys }, /* 223 = unimplemented */ - { 1, s(struct hpux_sigsetreturn_args), + { 3, s(struct hpux_sigsetreturn_args), hpux_sigsetreturn }, /* 224 = hpux_sigsetreturn */ { 0, 0, sys_nosys }, /* 225 = unimplemented sigsetstatemask */ |