summaryrefslogtreecommitdiffstats
path: root/lib/libkse
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-03-21 23:10:35 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-03-21 23:10:35 +0000
commit17f1ca4d9be35266910db0dd4e5040f787d53eb9 (patch)
tree230643fa102baacd82157ec8fb9b557711a6603f /lib/libkse
parent1a64e1bde49f597e6ff0d734ef227a1d76094511 (diff)
downloadFreeBSD-src-17f1ca4d9be35266910db0dd4e5040f787d53eb9.zip
FreeBSD-src-17f1ca4d9be35266910db0dd4e5040f787d53eb9.tar.gz
Eliminate plt relocation for kse_switchin.
Diffstat (limited to 'lib/libkse')
-rw-r--r--lib/libkse/support/Makefile.inc1
-rw-r--r--lib/libkse/support/thr_support.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libkse/support/Makefile.inc b/lib/libkse/support/Makefile.inc
index 0b7e059..956667f 100644
--- a/lib/libkse/support/Makefile.inc
+++ b/lib/libkse/support/Makefile.inc
@@ -9,6 +9,7 @@ SYSCALLS= clock_gettime \
kse_create \
kse_exit \
kse_release \
+ kse_switchin \
kse_thr_interrupt \
kse_wakeup \
sigaction \
diff --git a/lib/libkse/support/thr_support.c b/lib/libkse/support/thr_support.c
index ad40fec..2956e07 100644
--- a/lib/libkse/support/thr_support.c
+++ b/lib/libkse/support/thr_support.c
@@ -40,6 +40,7 @@ __strong_reference(kse_wakeup, _thr_kse_wakeup);
__strong_reference(kse_create, _thr_kse_create);
__strong_reference(kse_thr_interrupt, _thr_kse_thr_interrupt);
__strong_reference(kse_release, _thr_kse_release);
+__strong_reference(kse_switchin, _thr_kse_switchin);
__strong_reference(sigaction, _thr_sigaction);
__strong_reference(sigprocmask, _thr_sigprocmask);
OpenPOWER on IntegriCloud