aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2004-07-19 07:21:46 +0000
committerPeter Grehan <grehan@FreeBSD.org>2004-07-19 07:21:46 +0000
commit3327cde241ff9679fa0f98f54cd7e7a663605b1e (patch)
treeee3f5610e4f8c1f1b034da33e48b43d03b9d40fc /sys
parent4362fada8f3762b6e710b2a550e552840bf7cebb (diff)
downloadsrc-3327cde241ff9679fa0f98f54cd7e7a663605b1e.tar.gz
src-3327cde241ff9679fa0f98f54cd7e7a663605b1e.zip
Use the version field to identify the partial context used by
KSE process-scope threads.
Notes
Notes: svn path=/head/; revision=132380
Diffstat (limited to 'sys')
-rw-r--r--sys/powerpc/include/ucontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/ucontext.h b/sys/powerpc/include/ucontext.h
index f053cd5df0f4..85484fb5e090 100644
--- a/sys/powerpc/include/ucontext.h
+++ b/sys/powerpc/include/ucontext.h
@@ -68,5 +68,6 @@ typedef struct __mcontext {
#define mc_vrsave mc_av[1]
#define _MC_VERSION 0x1
+#define _MC_VERSION_KSE 0xee /* partial ucontext for libpthread */
#endif /* !_MACHINE_UCONTEXT_H_ */