Regen; getpid(2) is MP-safe.

This commit is contained in:
thorpej 2001-01-27 07:55:44 +00:00
parent f979b01e55
commit e385ddef5e
4 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.30 2001/01/27 07:27:00 thorpej Exp $ */
/* $NetBSD: linux_syscall.h,v 1.31 2001/01/27 07:55:44 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.28 2000/12/29 20:10:17 fvdl Exp
* created from NetBSD: syscalls.master,v 1.29 2001/01/27 07:55:23 thorpej Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.30 2001/01/27 07:27:00 thorpej Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.31 2001/01/27 07:55:44 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.28 2000/12/29 20:10:17 fvdl Exp
* created from NetBSD: syscalls.master,v 1.29 2001/01/27 07:55:23 thorpej Exp
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscalls.c,v 1.31 2001/01/27 07:27:01 thorpej Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.32 2001/01/27 07:55:44 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.28 2000/12/29 20:10:17 fvdl Exp
* created from NetBSD: syscalls.master,v 1.29 2001/01/27 07:55:23 thorpej Exp
*/
#if defined(_KERNEL) && !defined(_LKM)

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_sysent.c,v 1.30 2001/01/27 07:27:01 thorpej Exp $ */
/* $NetBSD: linux_sysent.c,v 1.31 2001/01/27 07:55:44 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.28 2000/12/29 20:10:17 fvdl Exp
* created from NetBSD: syscalls.master,v 1.29 2001/01/27 07:55:23 thorpej Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@ -71,7 +71,7 @@ struct sysent linux_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 19 = unimplemented compat_43_sys_lseek */
#endif
{ 0, 0, 0,
{ 0, 0, SYCALL_MPSAFE | 0,
sys_getpid }, /* 20 = getpid */
{ 0, 0, 0,
sys_nosys }, /* 21 = unimplemented mount */