Add missing field.

This commit is contained in:
David Xu 2010-09-25 08:36:46 +00:00
parent 081915ddf7
commit 9f1dc4c107
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213161

View File

@ -452,6 +452,7 @@ struct pthread {
#ifdef _PTHREAD_FORCED_UNWIND
struct _Unwind_Exception ex;
void *unwind_stackend;
int unwind_disabled;
#endif
/*