Regen; getpid(2) is MP-safe.

This commit is contained in:
thorpej 2001-01-27 07:48:28 +00:00
parent 8740614bad
commit cfa7048975
4 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: init_sysent.c,v 1.123 2001/01/27 07:23:06 thorpej Exp $ */
/* $NetBSD: init_sysent.c,v 1.124 2001/01/27 07:48:28 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.107 2001/01/08 18:25:35 nathanw Exp
* created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp
*/
#include "opt_ktrace.h"
@ -110,7 +110,7 @@ struct sysent sysent[] = {
{ 0, 0, 0,
sys_getpid_with_ppid }, /* 20 = getpid */
#else
{ 0, 0, 0,
{ 0, 0, SYCALL_MPSAFE | 0,
sys_getpid }, /* 20 = getpid */
#endif
{ 4, s(struct sys_mount_args), 0,

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscalls.c,v 1.118 2001/01/27 07:23:06 thorpej Exp $ */
/* $NetBSD: syscalls.c,v 1.119 2001/01/27 07:48:28 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.107 2001/01/08 18:25:35 nathanw Exp
* created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp
*/
#if defined(_KERNEL) && !defined(_LKM)

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.117 2001/01/27 07:23:06 thorpej Exp $ */
/* $NetBSD: syscall.h,v 1.118 2001/01/27 07:48:29 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.107 2001/01/08 18:25:35 nathanw Exp
* created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.98 2001/01/27 07:23:06 thorpej Exp $ */
/* $NetBSD: syscallargs.h,v 1.99 2001/01/27 07:48:30 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.107 2001/01/08 18:25:35 nathanw Exp
* created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp
*/
#ifndef _SYS__SYSCALLARGS_H_