Regen; getpid(2) is MP-safe.
This commit is contained in:
parent
bca5b90ff2
commit
cf30c31b4d
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscall.h,v 1.3 2001/01/27 07:27:52 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscall.h,v 1.4 2001/01/27 07:56:54 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.1 2001/01/19 01:31:27 manu Exp
|
||||
* created from NetBSD: syscalls.master,v 1.2 2001/01/27 07:56:30 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscallargs.h,v 1.3 2001/01/27 07:27:52 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.4 2001/01/27 07:56:55 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.1 2001/01/19 01:31:27 manu Exp
|
||||
* created from NetBSD: syscalls.master,v 1.2 2001/01/27 07:56:30 thorpej Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscalls.c,v 1.3 2001/01/27 07:27:52 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscalls.c,v 1.4 2001/01/27 07:56:55 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.1 2001/01/19 01:31:27 manu Exp
|
||||
* created from NetBSD: syscalls.master,v 1.2 2001/01/27 07:56:30 thorpej Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_sysent.c,v 1.3 2001/01/27 07:27:52 thorpej Exp $ */
|
||||
/* $NetBSD: linux_sysent.c,v 1.4 2001/01/27 07:56:55 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.1 2001/01/19 01:31:27 manu Exp
|
||||
* created from NetBSD: syscalls.master,v 1.2 2001/01/27 07:56:30 thorpej Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
|
@ -67,7 +67,7 @@ struct sysent linux_sysent[] = {
|
|||
sys_nosys }, /* 18 = obsolete ostat */
|
||||
{ 3, s(struct compat_43_sys_lseek_args), 0,
|
||||
compat_43_sys_lseek }, /* 19 = lseek */
|
||||
{ 0, 0, 0,
|
||||
{ 0, 0, SYCALL_MPSAFE | 0,
|
||||
sys_getpid }, /* 20 = getpid */
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 21 = unimplemented mount */
|
||||
|
|
Loading…
Reference in New Issue