Update automatically generated syscall files.

This commit is contained in:
fvdl 1995-03-10 23:10:35 +00:00
parent faf1442285
commit e0518ae749
4 changed files with 11 additions and 7 deletions

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.3 1995/03/10 22:55:14 fvdl Exp
*/
#define LINUX_SYS_syscall 0
@ -30,6 +30,7 @@
#define LINUX_SYS_getuid 24
#define LINUX_SYS_linux_alarm 27
/* 28 is obsolete linux_ofstat */
#define LINUX_SYS_linux_pause 29
#define LINUX_SYS_linux_utime 30
#define LINUX_SYS_linux_access 33
#define LINUX_SYS_sync 36

View File

@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.3 1995/03/10 22:55:14 fvdl Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@ -135,6 +135,8 @@ struct linux_sigsetmask_args {
};
struct linux_sigsuspend_args {
syscallarg(caddr_t) restart;
syscallarg(int) oldmask;
syscallarg(int) mask;
};

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.3 1995/03/10 22:55:14 fvdl Exp
*/
char *linux_syscallnames[] = {
@ -35,7 +35,7 @@ char *linux_syscallnames[] = {
"#26 (unimplemented linux_ptrace)", /* 26 = unimplemented linux_ptrace */
"linux_alarm", /* 27 = linux_alarm */
"#28 (obsolete linux_ofstat)", /* 28 = obsolete linux_ofstat */
"#29 (unimplemented linux_pause)", /* 29 = unimplemented linux_pause */
"linux_pause", /* 29 = linux_pause */
"linux_utime", /* 30 = linux_utime */
"#31 (unimplemented linux_stty)", /* 31 = unimplemented linux_stty */
"#32 (unimplemented linux_gtty)", /* 32 = unimplemented linux_gtty */

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.3 1995/03/10 22:55:14 fvdl Exp
*/
#include <sys/param.h>
@ -35,6 +35,7 @@ int getpid();
int setuid();
int getuid();
int linux_alarm();
int linux_pause();
int linux_utime();
int linux_access();
int sync();
@ -173,7 +174,7 @@ struct sysent linux_sysent[] = {
{ 0, 0,
nosys }, /* 28 = obsolete linux_ofstat */
{ 0, 0,
nosys }, /* 29 = unimplemented linux_pause */
linux_pause }, /* 29 = linux_pause */
{ 2, s(struct linux_utime_args),
linux_utime }, /* 30 = linux_utime */
{ 0, 0,
@ -258,7 +259,7 @@ struct sysent linux_sysent[] = {
compat_43_setreuid }, /* 70 = compat_43_setreuid */
{ 2, s(struct compat_43_setregid_args),
compat_43_setregid }, /* 71 = compat_43_setregid */
{ 1, s(struct linux_sigsuspend_args),
{ 3, s(struct linux_sigsuspend_args),
linux_sigsuspend }, /* 72 = linux_sigsuspend */
{ 1, s(struct linux_sigpending_args),
linux_sigpending }, /* 73 = linux_sigpending */