summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2011-07-07 18:30:51 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2011-07-07 18:30:51 +0000
commit5ddfabeffa71c322eb8920ff7c55099c0c35d2fa (patch)
tree7a3d772f0d583b619328d26ee5388b939e3ffbb4 /sys/kern/syscalls.master
parent587038d574154c03f0e359cdea4a2b1bf60bd5f3 (diff)
getpid is NOLOCK again. ok deraadt guenther
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index bc5544b872d..3594ce6c090 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -1,4 +1,4 @@
-; $OpenBSD: syscalls.master,v 1.109 2011/07/07 01:19:40 tedu Exp $
+; $OpenBSD: syscalls.master,v 1.110 2011/07/07 18:30:50 tedu Exp $
; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -75,7 +75,7 @@
18 COMPAT_25 { int sys_getfsstat(struct statfs *buf, long bufsize, \
int flags); } ogetfsstat
19 OBSOL olseek
-20 STD { pid_t sys_getpid(void); }
+20 STD NOLOCK { pid_t sys_getpid(void); }
21 STD { int sys_mount(const char *type, const char *path, \
int flags, void *data); }
22 STD { int sys_unmount(const char *path, int flags); }