summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-09-21 04:22:46 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-09-21 04:22:46 +0000
commit8f177399637f18d3feec52050b6c82eb9809e789 (patch)
treee64521654be669ab24300357c96a7f1a9d59d77d /lib/libc
parentd2c57b7fad5ce91e8b900f315b41d142831b90f1 (diff)
downloadFreeBSD-src-8f177399637f18d3feec52050b6c82eb9809e789.zip
FreeBSD-src-8f177399637f18d3feec52050b6c82eb9809e789.tar.gz
remove thr_getscheduler, thr_setscheduler, thr_setschedparam,
add rtprio_thread.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/Symbol.map12
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/libc/sys/Symbol.map b/lib/libc/sys/Symbol.map
index 31bba9c..58e3822 100644
--- a/lib/libc/sys/Symbol.map
+++ b/lib/libc/sys/Symbol.map
@@ -229,6 +229,7 @@ FBSD_1.0 {
rfork;
rmdir;
rtprio;
+ rtprio_thread;
sched_get_priority_max;
sched_get_priority_min;
sched_getparam;
@@ -294,13 +295,10 @@ FBSD_1.0 {
syscall;
thr_create;
thr_exit;
- thr_getscheduler;
thr_kill;
thr_new;
thr_self;
thr_set_name;
- thr_setschedparam;
- thr_setscheduler;
thr_suspend;
thr_wake;
ktimer_create; # Do we want these to be publc interfaces?
@@ -778,6 +776,8 @@ FBSDprivate {
__sys_rmdir;
_rtprio;
__sys_rtprio;
+ _rtprio_thread;
+ __sys_rtprio_thread;
_sched_get_priority_max;
__sys_sched_get_priority_max;
_sched_get_priority_min;
@@ -908,8 +908,6 @@ FBSDprivate {
__sys_thr_create;
_thr_exit;
__sys_thr_exit;
- _thr_getscheduler;
- __sys_thr_getscheduler;
_thr_kill;
__sys_thr_kill;
_thr_new;
@@ -918,10 +916,6 @@ FBSDprivate {
__sys_thr_self;
_thr_set_name;
__sys_thr_set_name;
- _thr_setschedparam;
- __sys_thr_setscheduler;
- _thr_setscheduler;
- __sys_thr_setscheduler;
_thr_suspend;
__sys_thr_suspend;
_thr_wake;
OpenPOWER on IntegriCloud