Reran makesyscalls.sh after changing select()'s first argument to 'int'.
This commit is contained in:
parent
b08f7993c3
commit
c2bbab53f4
@ -2,7 +2,7 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.27 1996/03/02 16:51:25 peter Exp
|
||||
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.27 1996/03/02 16:51:25 peter Exp
|
||||
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel 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.27 1996/03/02 16:51:25 peter Exp
|
||||
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel 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.27 1996/03/02 16:51:25 peter Exp
|
||||
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
|
||||
*/
|
||||
|
||||
#define SYS_syscall 0
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call prototypes.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.27 1996/03/02 16:51:25 peter Exp
|
||||
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
|
||||
*/
|
||||
|
||||
#ifndef _SYS_SYSPROTO_H_
|
||||
|
Loading…
Reference in New Issue
Block a user