getpid(2) is MP-safe.

This commit is contained in:
thorpej 2001-01-27 07:54:24 +00:00
parent 3c55fd337f
commit 3853970b15
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.53 2000/12/29 20:09:39 fvdl Exp $
$NetBSD: syscalls.master,v 1.54 2001/01/27 07:54:24 thorpej Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@ -80,7 +80,7 @@
18 OBSOL ostat
19 NOARGS { long compat_43_sys_lseek(int fd, long offset, \
int whence); }
20 NOARGS { pid_t sys_getpid(void); }
20 NOARGS MPSAFE { pid_t sys_getpid(void); }
21 UNIMPL mount
22 UNIMPL umount
23 NOARGS linux_setuid16 { int sys_setuid(uid_t uid); }