sun syscalls.master update
This commit is contained in:
parent
40d241b53a
commit
70ba2b2c43
@ -2,7 +2,7 @@
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from $Id: sun_syscall.h,v 1.13 1994/04/26 19:50:41 pk Exp $
|
||||
* created from: syscalls.master,v 1.14 1994/05/01 06:14:50
|
||||
*/
|
||||
|
||||
#define SUN_SYS_syscall 0
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from $Id: sun_syscalls.c,v 1.13 1994/04/26 19:50:43 pk Exp $
|
||||
* created from: syscalls.master,v 1.14 1994/05/01 06:14:50
|
||||
*/
|
||||
|
||||
char *sun_syscallnames[] = {
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from $Id: sun_sysent.c,v 1.13 1994/04/26 19:50:45 pk Exp $
|
||||
* created from: syscalls.master,v 1.14 1994/05/01 06:14:50
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -11,7 +11,7 @@
|
||||
int nosys();
|
||||
|
||||
int nosys();
|
||||
int rexit();
|
||||
int exit();
|
||||
int fork();
|
||||
int read();
|
||||
int write();
|
||||
@ -30,7 +30,7 @@ int obreak();
|
||||
int olseek();
|
||||
int getpid();
|
||||
int getuid();
|
||||
int saccess();
|
||||
int access();
|
||||
int sync();
|
||||
int kill();
|
||||
int ostat();
|
||||
@ -39,7 +39,7 @@ int dup();
|
||||
int pipe();
|
||||
int profil();
|
||||
int getgid();
|
||||
int sysacct();
|
||||
int acct();
|
||||
int sun_mctl();
|
||||
int sun_ioctl();
|
||||
int reboot();
|
||||
@ -204,7 +204,7 @@ int ovtimes();
|
||||
|
||||
struct sysent sun_sysent[] = {
|
||||
{ 0, nosys }, /* 0 = syscall */
|
||||
{ 1, rexit }, /* 1 = exit */
|
||||
{ 1, exit }, /* 1 = exit */
|
||||
{ 0, fork }, /* 2 = fork */
|
||||
{ 3, read }, /* 3 = read */
|
||||
{ 3, write }, /* 4 = write */
|
||||
@ -236,7 +236,7 @@ struct sysent sun_sysent[] = {
|
||||
{ compat(2,sun_utime) }, /* 30 = old sun_utime */
|
||||
{ 0, nosys }, /* 31 = was stty */
|
||||
{ 0, nosys }, /* 32 = was gtty */
|
||||
{ 2, saccess }, /* 33 = access */
|
||||
{ 2, access }, /* 33 = access */
|
||||
{ compat(1,sun_nice) }, /* 34 = old sun_nice */
|
||||
{ compat(1,sun_ftime) }, /* 35 = old sun_ftime */
|
||||
{ 0, sync }, /* 36 = sync */
|
||||
@ -254,7 +254,7 @@ struct sysent sun_sysent[] = {
|
||||
{ compat(2,sun_ssig) }, /* 48 = old sun_ssig */
|
||||
{ 0, nosys }, /* 49 = reserved for USG */
|
||||
{ 0, nosys }, /* 50 = reserved for USG */
|
||||
{ 1, sysacct }, /* 51 = acct */
|
||||
{ 1, acct }, /* 51 = acct */
|
||||
{ 0, nosys }, /* 52 = nosys */
|
||||
{ 4, sun_mctl }, /* 53 = sun_mctl */
|
||||
{ 3, sun_ioctl }, /* 54 = sun_ioctl */
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from $Id: sunos_syscall.h,v 1.13 1994/04/26 19:50:41 pk Exp $
|
||||
* created from: syscalls.master,v 1.14 1994/05/01 06:14:50
|
||||
*/
|
||||
|
||||
#define SUN_SYS_syscall 0
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from $Id: sunos_syscalls.c,v 1.13 1994/04/26 19:50:43 pk Exp $
|
||||
* created from: syscalls.master,v 1.14 1994/05/01 06:14:50
|
||||
*/
|
||||
|
||||
char *sun_syscallnames[] = {
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from $Id: sunos_sysent.c,v 1.13 1994/04/26 19:50:45 pk Exp $
|
||||
* created from: syscalls.master,v 1.14 1994/05/01 06:14:50
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -11,7 +11,7 @@
|
||||
int nosys();
|
||||
|
||||
int nosys();
|
||||
int rexit();
|
||||
int exit();
|
||||
int fork();
|
||||
int read();
|
||||
int write();
|
||||
@ -30,7 +30,7 @@ int obreak();
|
||||
int olseek();
|
||||
int getpid();
|
||||
int getuid();
|
||||
int saccess();
|
||||
int access();
|
||||
int sync();
|
||||
int kill();
|
||||
int ostat();
|
||||
@ -39,7 +39,7 @@ int dup();
|
||||
int pipe();
|
||||
int profil();
|
||||
int getgid();
|
||||
int sysacct();
|
||||
int acct();
|
||||
int sun_mctl();
|
||||
int sun_ioctl();
|
||||
int reboot();
|
||||
@ -204,7 +204,7 @@ int ovtimes();
|
||||
|
||||
struct sysent sun_sysent[] = {
|
||||
{ 0, nosys }, /* 0 = syscall */
|
||||
{ 1, rexit }, /* 1 = exit */
|
||||
{ 1, exit }, /* 1 = exit */
|
||||
{ 0, fork }, /* 2 = fork */
|
||||
{ 3, read }, /* 3 = read */
|
||||
{ 3, write }, /* 4 = write */
|
||||
@ -236,7 +236,7 @@ struct sysent sun_sysent[] = {
|
||||
{ compat(2,sun_utime) }, /* 30 = old sun_utime */
|
||||
{ 0, nosys }, /* 31 = was stty */
|
||||
{ 0, nosys }, /* 32 = was gtty */
|
||||
{ 2, saccess }, /* 33 = access */
|
||||
{ 2, access }, /* 33 = access */
|
||||
{ compat(1,sun_nice) }, /* 34 = old sun_nice */
|
||||
{ compat(1,sun_ftime) }, /* 35 = old sun_ftime */
|
||||
{ 0, sync }, /* 36 = sync */
|
||||
@ -254,7 +254,7 @@ struct sysent sun_sysent[] = {
|
||||
{ compat(2,sun_ssig) }, /* 48 = old sun_ssig */
|
||||
{ 0, nosys }, /* 49 = reserved for USG */
|
||||
{ 0, nosys }, /* 50 = reserved for USG */
|
||||
{ 1, sysacct }, /* 51 = acct */
|
||||
{ 1, acct }, /* 51 = acct */
|
||||
{ 0, nosys }, /* 52 = nosys */
|
||||
{ 4, sun_mctl }, /* 53 = sun_mctl */
|
||||
{ 3, sun_ioctl }, /* 54 = sun_ioctl */
|
||||
|
Loading…
Reference in New Issue
Block a user