aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2006-07-23 15:53:12 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2006-07-23 15:53:12 +0000
commit27a9d57fed38a981f9e61647bbb8b02d7937c032 (patch)
tree7bf2e65f9318b30616586edf1894333ae348a6dd /lib
parente24e9d998838177448222a10d94a18def655178c (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/Symbol.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/Symbol.map b/lib/libc/sys/Symbol.map
index 864d06366d0d..31bba9cad711 100644
--- a/lib/libc/sys/Symbol.map
+++ b/lib/libc/sys/Symbol.map
@@ -300,7 +300,7 @@ FBSD_1.0 {
thr_self;
thr_set_name;
thr_setschedparam;
- thr_setscheduler
+ thr_setscheduler;
thr_suspend;
thr_wake;
ktimer_create; # Do we want these to be publc interfaces?