syscalls.master changed

This commit is contained in:
fvdl 1995-07-24 06:39:38 +00:00
parent 891ce379fd
commit 64b54f62f4
4 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.6 1995/06/11 14:57:01 fvdl Exp
* created from NetBSD: syscalls.master,v 1.7 1995/07/24 06:35:58 fvdl Exp
*/
#define LINUX_SYS_syscall 0

View File

@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.6 1995/06/11 14:57:01 fvdl Exp
* created from NetBSD: syscalls.master,v 1.7 1995/07/24 06:35:58 fvdl Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@ -89,6 +89,7 @@ struct linux_rename_args {
struct linux_mkdir_args {
syscallarg(char *) path;
syscallarg(int) mode;
};
struct linux_rmdir_args {

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.6 1995/06/11 14:57:01 fvdl Exp
* created from NetBSD: syscalls.master,v 1.7 1995/07/24 06:35:58 fvdl Exp
*/
char *linux_syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.6 1995/06/11 14:57:01 fvdl Exp
* created from NetBSD: syscalls.master,v 1.7 1995/07/24 06:35:58 fvdl Exp
*/
#include <sys/param.h>
@ -200,7 +200,7 @@ struct sysent linux_sysent[] = {
linux_kill }, /* 37 = linux_kill */
{ 2, s(struct linux_rename_args),
linux_rename }, /* 38 = linux_rename */
{ 1, s(struct linux_mkdir_args),
{ 2, s(struct linux_mkdir_args),
linux_mkdir }, /* 39 = linux_mkdir */
{ 1, s(struct linux_rmdir_args),
linux_rmdir }, /* 40 = linux_rmdir */