summaryrefslogtreecommitdiffstats
path: root/lib/libkse/arch/arm/include
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2004-08-16 14:07:38 +0000
committerdavidxu <davidxu@FreeBSD.org>2004-08-16 14:07:38 +0000
commit776807c108140db246983939942ef04900ed7d84 (patch)
treef67792f51cec621cc3be4d1ac6e9606c1d871c6e /lib/libkse/arch/arm/include
parent72d28440876214ee83c2d4c77d20ec99d31be27a (diff)
downloadFreeBSD-src-776807c108140db246983939942ef04900ed7d84.zip
FreeBSD-src-776807c108140db246983939942ef04900ed7d84.tar.gz
Fix compile, s/tp_dtv/tp_tdv/g.
Diffstat (limited to 'lib/libkse/arch/arm/include')
-rw-r--r--lib/libkse/arch/arm/include/pthread_md.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/arch/arm/include/pthread_md.h b/lib/libkse/arch/arm/include/pthread_md.h
index e9d2b6f..ac0db53 100644
--- a/lib/libkse/arch/arm/include/pthread_md.h
+++ b/lib/libkse/arch/arm/include/pthread_md.h
@@ -38,7 +38,7 @@
#include <ucontext.h>
#define KSE_STACKSIZE 16384
-#define DTV_OFFSET offsetof(struct tcb, tcb_tp.tp_dtv)
+#define DTV_OFFSET offsetof(struct tcb, tcb_tp.tp_tdv)
int _thr_setcontext(mcontext_t *, intptr_t, intptr_t *);
int _thr_getcontext(mcontext_t *);
OpenPOWER on IntegriCloud