summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-09-21 04:49:36 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-09-21 04:49:36 +0000
commit33ffe78747137548389c18050d54dfb039ae9964 (patch)
tree41a62bd71cc44ff92595b156cf3acabdc1e581b7 /sys/compat/freebsd32
parent8f177399637f18d3feec52050b6c82eb9809e789 (diff)
downloadFreeBSD-src-33ffe78747137548389c18050d54dfb039ae9964.zip
FreeBSD-src-33ffe78747137548389c18050d54dfb039ae9964.tar.gz
sync with master.
Diffstat (limited to 'sys/compat/freebsd32')
-rw-r--r--sys/compat/freebsd32/syscalls.master13
1 files changed, 4 insertions, 9 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index c788ee2..b3d8f26 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -754,14 +754,9 @@
463 AUE_NULL NOPROTO { int abort2(const char *why, int nargs, void **args); }
464 AUE_NULL NOPROTO { int thr_set_name(long id, const char *name); }
465 AUE_NULL UNIMPL aio_fsync
-466 AUE_NULL NOPROTO { int thr_setscheduler(long id, int policy,\
- const struct sched_param *param, \
- int param_size); }
-467 AUE_NULL NOPROTO { int thr_getscheduler(long id, int *policy,\
- struct sched_param *param, \
- int param_size); }
-468 AUE_NULL NOPROTO { int thr_setschedparam(long id, \
- const struct sched_param *param, \
- int param_size); }
+466 AUE_RTPRIO NOPROTO { int rtprio_thread(int function, \
+ lwpid_t lwpid, struct rtprio *rtp); }
+467 AUE_NULL UNIMPL nosys
+468 AUE_NULL UNIMPL nosys
469 AUE_NULL UNIMPL __getpath_fromfd
470 AUE_NULL UNIMPL __getpath_fromaddr
OpenPOWER on IntegriCloud