Updated generated files (makesyscalls.sh changed). Only sysproto.h
really changed.
This commit is contained in:
parent
1b78d73cc7
commit
ccd156ecf5
@ -2,7 +2,7 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp
|
||||
* created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp
|
||||
* created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
|
||||
*/
|
||||
|
||||
char *syscallnames[] = {
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call hiders.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp
|
||||
* created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
|
||||
*/
|
||||
|
||||
HIDE_POSIX(fork)
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp
|
||||
* created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
|
||||
*/
|
||||
|
||||
#define SYS_syscall 0
|
||||
|
@ -2,13 +2,12 @@
|
||||
* System call prototypes.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp
|
||||
* created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
|
||||
*/
|
||||
|
||||
#ifndef _SYS_SYSPROTO_H_
|
||||
#define _SYS_SYSPROTO_H_
|
||||
|
||||
#include <sys/aio.h>
|
||||
#include <sys/signal.h>
|
||||
|
||||
struct nosys_args {
|
||||
|
Loading…
Reference in New Issue
Block a user