Regen; getpid(2) is MP-safe.

This commit is contained in:
thorpej 2001-01-27 07:52:20 +00:00
parent 4f58e50fa7
commit 987590c661
4 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: aoutm68k_syscall.h,v 1.4 2001/01/27 07:24:39 thorpej Exp $ */
/* $NetBSD: aoutm68k_syscall.h,v 1.5 2001/01/27 07:52:20 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp
* created from NetBSD: syscalls.master,v 1.4 2001/01/27 07:51:22 thorpej Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */

View File

@ -1,10 +1,10 @@
/* $NetBSD: aoutm68k_syscallargs.h,v 1.4 2001/01/27 07:24:40 thorpej Exp $ */
/* $NetBSD: aoutm68k_syscallargs.h,v 1.5 2001/01/27 07:52:20 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp
* created from NetBSD: syscalls.master,v 1.4 2001/01/27 07:51:22 thorpej Exp
*/
#ifndef _AOUTM68K_SYS__SYSCALLARGS_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: aoutm68k_syscalls.c,v 1.4 2001/01/27 07:24:40 thorpej Exp $ */
/* $NetBSD: aoutm68k_syscalls.c,v 1.5 2001/01/27 07:52:20 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp
* created from NetBSD: syscalls.master,v 1.4 2001/01/27 07:51:22 thorpej Exp
*/
#if defined(_KERNEL) && !defined(_LKM)

View File

@ -1,10 +1,10 @@
/* $NetBSD: aoutm68k_sysent.c,v 1.4 2001/01/27 07:24:40 thorpej Exp $ */
/* $NetBSD: aoutm68k_sysent.c,v 1.5 2001/01/27 07:52:20 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp
* created from NetBSD: syscalls.master,v 1.4 2001/01/27 07:51:22 thorpej Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@ -77,7 +77,7 @@ struct sysent aoutm68k_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 19 = excluded compat_43_sys_lseek */
#endif
{ 0, 0, 0,
{ 0, 0, SYCALL_MPSAFE | 0,
sys_getpid }, /* 20 = getpid */
{ 4, s(struct sys_mount_args), 0,
sys_mount }, /* 21 = mount */