Mark kqueue/kevent MPSAFE.

This commit is contained in:
ad 2008-03-21 21:58:57 +00:00
parent 8d6e52aaa9
commit bc370563bc
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.191 2008/03/11 22:50:10 pooka Exp $
$NetBSD: syscalls.master,v 1.192 2008/03/21 21:58:57 ad Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@ -691,8 +691,8 @@
341 STD { int sys_pmc_get_info(int ctr, int op, void *args); }
342 STD { int sys_pmc_control(int ctr, int op, void *args); }
343 STD MPSAFE { int sys_rasctl(void *addr, size_t len, int op); }
344 STD { int sys_kqueue(void); }
345 STD { int sys_kevent(int fd, \
344 STD MPSAFE { int sys_kqueue(void); }
345 STD MPSAFE { int sys_kevent(int fd, \
const struct kevent *changelist, size_t nchanges, \
struct kevent *eventlist, size_t nevents, \
const struct timespec *timeout); }