update to syscall.master (for sysconf)
This commit is contained in:
parent
d6976aca70
commit
fd0320c5dc
@ -2,7 +2,7 @@
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from $Id: sun_syscall.h,v 1.9 1993/12/12 20:46:24 deraadt Exp $
|
||||
* created from $Id: sun_syscall.h,v 1.10 1994/03/03 14:15:53 deraadt Exp $
|
||||
*/
|
||||
|
||||
#define SYS_syscall 0
|
||||
@ -161,4 +161,5 @@
|
||||
#define SYS_sun_fchroot 177
|
||||
#define SYS_sun_sigpending 183
|
||||
#define SYS_setpgid 185
|
||||
#define SYS_sun_sysconf 188
|
||||
#define SYS_sun_uname 189
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from $Id: sun_syscalls.c,v 1.9 1993/12/12 20:46:28 deraadt Exp $
|
||||
* created from $Id: sun_syscalls.c,v 1.10 1994/03/03 14:15:54 deraadt Exp $
|
||||
*/
|
||||
|
||||
char *sun_syscallnames[] = {
|
||||
@ -215,6 +215,6 @@ char *sun_syscallnames[] = {
|
||||
"setpgid", /* 185 = setpgid */
|
||||
"#186", /* 186 = pathconf */
|
||||
"#187", /* 187 = fpathconf */
|
||||
"#188", /* 188 = sysconf */
|
||||
"sun_sysconf", /* 188 = sun_sysconf */
|
||||
"sun_uname", /* 189 = sun_uname */
|
||||
};
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from $Id: sun_sysent.c,v 1.9 1993/12/12 20:46:30 deraadt Exp $
|
||||
* created from $Id: sun_sysent.c,v 1.10 1994/03/03 14:15:55 deraadt Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -159,6 +159,7 @@ int fchdir();
|
||||
int sun_fchroot();
|
||||
int sun_sigpending();
|
||||
int setpgid();
|
||||
int sun_sysconf();
|
||||
int sun_uname();
|
||||
|
||||
#ifdef XXX_UNUSED
|
||||
@ -411,7 +412,7 @@ struct sysent sun_sysent[] = {
|
||||
{ 2, setpgid }, /* 185 = setpgid */
|
||||
{ 0, nosys }, /* 186 = pathconf */
|
||||
{ 0, nosys }, /* 187 = fpathconf */
|
||||
{ 0, nosys }, /* 188 = sysconf */
|
||||
{ 1, sun_sysconf }, /* 188 = sun_sysconf */
|
||||
{ 1, sun_uname }, /* 189 = sun_uname */
|
||||
};
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from $Id: sunos_syscall.h,v 1.9 1993/12/12 20:46:24 deraadt Exp $
|
||||
* created from $Id: sunos_syscall.h,v 1.10 1994/03/03 14:15:53 deraadt Exp $
|
||||
*/
|
||||
|
||||
#define SYS_syscall 0
|
||||
@ -161,4 +161,5 @@
|
||||
#define SYS_sun_fchroot 177
|
||||
#define SYS_sun_sigpending 183
|
||||
#define SYS_setpgid 185
|
||||
#define SYS_sun_sysconf 188
|
||||
#define SYS_sun_uname 189
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from $Id: sunos_syscalls.c,v 1.9 1993/12/12 20:46:28 deraadt Exp $
|
||||
* created from $Id: sunos_syscalls.c,v 1.10 1994/03/03 14:15:54 deraadt Exp $
|
||||
*/
|
||||
|
||||
char *sun_syscallnames[] = {
|
||||
@ -215,6 +215,6 @@ char *sun_syscallnames[] = {
|
||||
"setpgid", /* 185 = setpgid */
|
||||
"#186", /* 186 = pathconf */
|
||||
"#187", /* 187 = fpathconf */
|
||||
"#188", /* 188 = sysconf */
|
||||
"sun_sysconf", /* 188 = sun_sysconf */
|
||||
"sun_uname", /* 189 = sun_uname */
|
||||
};
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from $Id: sunos_sysent.c,v 1.9 1993/12/12 20:46:30 deraadt Exp $
|
||||
* created from $Id: sunos_sysent.c,v 1.10 1994/03/03 14:15:55 deraadt Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -159,6 +159,7 @@ int fchdir();
|
||||
int sun_fchroot();
|
||||
int sun_sigpending();
|
||||
int setpgid();
|
||||
int sun_sysconf();
|
||||
int sun_uname();
|
||||
|
||||
#ifdef XXX_UNUSED
|
||||
@ -411,7 +412,7 @@ struct sysent sun_sysent[] = {
|
||||
{ 2, setpgid }, /* 185 = setpgid */
|
||||
{ 0, nosys }, /* 186 = pathconf */
|
||||
{ 0, nosys }, /* 187 = fpathconf */
|
||||
{ 0, nosys }, /* 188 = sysconf */
|
||||
{ 1, sun_sysconf }, /* 188 = sun_sysconf */
|
||||
{ 1, sun_uname }, /* 189 = sun_uname */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user