summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2003-04-23 21:49:34 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2003-04-23 21:49:34 +0000
commit10629b6587bd3a28b0d0bf9487ef07f6c6c0fda2 (patch)
treea373a9d62082e684612781ac62059d4f69b8a09f /lib
parentc159269082ff4282f60be105c938b3634d8a3f42 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libpthread/arch/i386/include/ksd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/arch/i386/include/ksd.h b/lib/libpthread/arch/i386/include/ksd.h
index 20a222b68de4..0f39fffc41ae 100644
--- a/lib/libpthread/arch/i386/include/ksd.h
+++ b/lib/libpthread/arch/i386/include/ksd.h
@@ -135,6 +135,7 @@ __ksd_readandclear32(volatile u_long *addr)
#define _ksd_curkse ((struct kse *)KSD_GET_PTR(mbx.km_udata))
#define _ksd_curthread KSD_GET_PTR(curthread)
#define _ksd_set_tmbx(value) KSD_SET_PTR(mbx.km_curthread, (void *)value)
+#define _ksd_get_tmbx(value) KSD_GET_PTR(mbx.km_curthread)
#define _ksd_readandclear_tmbx KSD_READANDCLEAR_PTR(mbx.km_curthread)
int _ksd_create(struct ksd *ksd, void *base, int size);