summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/arm/include/pthread_md.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/arch/arm/include/pthread_md.h')
-rw-r--r--lib/libpthread/arch/arm/include/pthread_md.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/arch/arm/include/pthread_md.h b/lib/libpthread/arch/arm/include/pthread_md.h
index e9d2b6f..ac0db53 100644
--- a/lib/libpthread/arch/arm/include/pthread_md.h
+++ b/lib/libpthread/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