Use the version field to identify the partial context used by

KSE process-scope threads.
This commit is contained in:
Peter Grehan 2004-07-19 07:21:46 +00:00
parent 4362fada8f
commit 3327cde241
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132380

View File

@ -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_ */