From a21e64e66d53e47f27893fd35cd4109382156c64 Mon Sep 17 00:00:00 2001 From: grehan Date: Mon, 19 Jul 2004 07:21:46 +0000 Subject: [PATCH] Use the version field to identify the partial context used by KSE process-scope threads. --- sys/powerpc/include/ucontext.h | 1 + 1 file changed, 1 insertion(+) 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_ */