From 237ebf04da9efe6e776ea0b325b0bee445a878cd Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 24 Jan 2003 01:27:21 +0000 Subject: Reserve slots for the p1003.1b scheduler system calls. --- sys/kern/syscalls.master | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index d26d5594a15..0d8988b0907 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.125 2003/01/24 01:23:27 thorpej Exp $ + $NetBSD: syscalls.master,v 1.126 2003/01/24 01:27:21 thorpej Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -684,3 +684,14 @@ const struct kevent *changelist, size_t nchanges, \ struct kevent *eventlist, size_t nevents, \ const struct timespec *timeout); } +; +; Syscalls 346-353 are reserved for the IEEE Std1003.1b scheduling syscalls +; +346 UNIMPL sys_sched_setparam +347 UNIMPL sys_sched_getparam +348 UNIMPL sys_sched_setscheduler +349 UNIMPL sys_sched_getscheduler +350 UNIMPL sys_sched_yield +351 UNIMPL sys_sched_get_priority_max +352 UNIMPL sys_sched_get_priority_min +353 UNIMPL sys_sched_rr_get_interval -- cgit