Fix compile, s/tp_dtv/tp_tdv/g.
This commit is contained in:
parent
72d2844087
commit
776807c108
@ -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 *);
|
||||
|
@ -34,7 +34,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)
|
||||
|
||||
#define THR_GETCONTEXT(ucp) _ia64_save_context(&(ucp)->uc_mcontext)
|
||||
#define THR_SETCONTEXT(ucp) PANIC("THR_SETCONTEXT() now in use!\n")
|
||||
|
@ -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 *);
|
||||
|
@ -34,7 +34,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)
|
||||
|
||||
#define THR_GETCONTEXT(ucp) _alpha_save_context(&(ucp)->uc_mcontext)
|
||||
#define THR_SETCONTEXT(ucp) PANIC("THR_SETCONTEXT() now in use!\n")
|
||||
|
@ -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 *);
|
||||
|
@ -34,7 +34,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)
|
||||
|
||||
#define THR_GETCONTEXT(ucp) _ia64_save_context(&(ucp)->uc_mcontext)
|
||||
#define THR_SETCONTEXT(ucp) PANIC("THR_SETCONTEXT() now in use!\n")
|
||||
|
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user