The result of running make linux_sysent.c on the new syscalls.master

This commit is contained in:
sos 1998-12-22 09:00:47 +00:00
parent 3a1d8992ad
commit 51bfe4e17c
3 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
* created from Id: syscalls.master,v 1.15 1998/12/22 08:59:19 sos Exp
*/
#ifndef _LINUX_SYSPROTO_H_

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
* created from Id: syscalls.master,v 1.15 1998/12/22 08:59:19 sos Exp
*/
#define LINUX_SYS_linux_setup 0
@ -162,5 +162,6 @@
#define LINUX_SYS_sched_rr_get_interval 161
#define LINUX_SYS_nanosleep 162
#define LINUX_SYS_linux_mremap 163
#define LINUX_SYS_poll 168
#define LINUX_SYS_linux_chown 182
#define LINUX_SYS_MAXSYSCALL 183

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
* created from Id: syscalls.master,v 1.15 1998/12/22 08:59:19 sos Exp
*/
#include "opt_compat.h"
@ -182,7 +182,7 @@ struct sysent linux_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 165 = getresuid */
{ 0, (sy_call_t *)nosys }, /* 166 = new_vm86 */
{ 0, (sy_call_t *)nosys }, /* 167 = query_module */
{ 0, (sy_call_t *)nosys }, /* 168 = { */
{ 3, (sy_call_t *)poll }, /* 168 = poll */
{ 0, (sy_call_t *)nosys }, /* 169 = nfsservctl */
{ 0, (sy_call_t *)nosys }, /* 170 = setresgid */
{ 0, (sy_call_t *)nosys }, /* 171 = getresgid */