Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 Add _sched_protect



details:   https://anonhg.NetBSD.org/src/rev/ad1fd54fa29a
branches:  trunk
changeset: 347658:ad1fd54fa29a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Sep 10 08:18:45 2016 +0000

description:
Add _sched_protect

diffstat:

 sys/compat/netbsd32/syscalls.master |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7a1da6a93ae2 -r ad1fd54fa29a sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master       Sat Sep 10 03:26:10 2016 +0000
+++ b/sys/compat/netbsd32/syscalls.master       Sat Sep 10 08:18:45 2016 +0000
@@ -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, \



Home | Main Index | Thread Index | Old Index