summaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2003-07-24 07:34:31 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2003-07-24 07:34:31 +0000
commit286cc4901448f19261ed2a665200899106cf29f6 (patch)
tree571e4100899bf11a5ef0050e9b152f7bb569d36f /sys/alpha/include
parent3665b7c29bcb0304c75134a4cfe2aefe383a4b43 (diff)
Notes
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/ucontext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/include/ucontext.h b/sys/alpha/include/ucontext.h
index 2c3ed7053a72..d60cc6c3523b 100644
--- a/sys/alpha/include/ucontext.h
+++ b/sys/alpha/include/ucontext.h
@@ -50,7 +50,8 @@ typedef struct __mcontext {
#define _MC_REV0_SIGFRAME 1 /* context is a signal frame */
#define _MC_REV0_TRAPFRAME 2 /* context is a trap frame */
long mc_format;
- long mc_spare[6];
+ long mc_thrptr; /* Thread pointer */
+ long mc_spare[5];
} mcontext_t;
#if defined(_KERNEL) && defined(COMPAT_FREEBSD4)