Module Name: src
Committed By: skrll
Date: Sat Sep 10 08:18:45 UTC 2016
Modified Files:
src/sys/compat/netbsd32: syscalls.master
Log Message:
Add _sched_protect
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/compat/netbsd32/syscalls.master
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/netbsd32/syscalls.master
diff -u src/sys/compat/netbsd32/syscalls.master:1.112 src/sys/compat/netbsd32/syscalls.master:1.113
--- src/sys/compat/netbsd32/syscalls.master:1.112 Thu Dec 3 10:38:21 2015
+++ src/sys/compat/netbsd32/syscalls.master Sat Sep 10 08:18:45 2016
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.112 2015/12/03 10:38:21 pgoyette Exp $
+ $NetBSD: syscalls.master,v 1.113 2016/09/10 08:18:45 skrll Exp $
; from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -703,7 +703,7 @@
lwpid_t lid, netbsd32_size_t size, \
netbsd32_cpusetp_t cpuset); }
350 NOARGS { int|sys||sched_yield(void); }
-351 UNIMPL
+351 STD { int|netbsd32||_sched_protect(int priority); }
352 UNIMPL
353 UNIMPL
354 STD { int|netbsd32||fsync_range(int fd, int flags, \