diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-01-24 01:27:21 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-01-24 01:27:21 +0000 |
| commit | 237ebf04da9efe6e776ea0b325b0bee445a878cd (patch) | |
| tree | 2ada0724aaae69aac6a6d25b62aef791b3a7e5cd /sys | |
| parent | c8c6d5ea40dd669bdfc5304b7ac66c04f0660bc8 (diff) | |
Reserve slots for the p1003.1b scheduler system calls.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/syscalls.master | 13 |
1 files changed, 12 insertions, 1 deletions
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 |
