mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Use the version field to identify the partial context used by
KSE process-scope threads.
This commit is contained in:
parent
4362fada8f
commit
3327cde241
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132380
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user