update for new syscalls.master
This commit is contained in:
parent
a2ce90f34c
commit
a321588516
|
@ -2,7 +2,7 @@
|
|||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.29 1995/10/10 01:32:53 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.30 1995/11/22 23:07:29 cgd Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.29 1995/10/10 01:32:53 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.30 1995/11/22 23:07:29 cgd Exp
|
||||
*/
|
||||
|
||||
char *syscallnames[] = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.29 1995/10/10 01:32:53 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.30 1995/11/22 23:07:29 cgd Exp
|
||||
*/
|
||||
|
||||
#define SYS_syscall 0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.29 1995/10/10 01:32:53 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.30 1995/11/22 23:07:29 cgd Exp
|
||||
*/
|
||||
|
||||
#define syscallarg(x) union { x datum; register_t pad; }
|
||||
|
@ -193,8 +193,8 @@ struct sys_dup_args {
|
|||
|
||||
struct sys_profil_args {
|
||||
syscallarg(caddr_t) samples;
|
||||
syscallarg(u_int) size;
|
||||
syscallarg(u_int) offset;
|
||||
syscallarg(size_t) size;
|
||||
syscallarg(u_long) offset;
|
||||
syscallarg(u_int) scale;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue