summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-09-26 15:38:54 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-09-26 15:38:54 +0000
commite3adc7354f6f0c7d223219dce1896856991e34bc (patch)
tree0c22677193681e8d380e041e25f5c869894bf102 /sys/kern/syscalls.master
parentb61d04530e8e6e215750b484088e4d7465a059d2 (diff)
unlock the mmap! reminded and ok kettenis
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 4dca9276ecb..31bcfd24104 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -1,4 +1,4 @@
-; $OpenBSD: syscalls.master,v 1.159 2015/09/13 17:08:03 guenther Exp $
+; $OpenBSD: syscalls.master,v 1.160 2015/09/26 15:38:53 tedu Exp $
; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -341,7 +341,7 @@
195 STD { int sys_setrlimit(int which, \
const struct rlimit *rlp); }
196 OBSOL ogetdirentries48
-197 STD { void *sys_mmap(void *addr, size_t len, int prot, \
+197 STD NOLOCK { void *sys_mmap(void *addr, size_t len, int prot, \
int flags, int fd, long pad, off_t pos); }
198 INDIR { quad_t sys___syscall(quad_t num, ...); }
199 STD { off_t sys_lseek(int fd, int pad, off_t offset, \